In C can be inherited from other class but no inheritance from-06557
In C# __________ can be inherited from other class but no inheritance from it. On the other hand __________ cannot be inherited not inheritance is possible from it is possible.
This multiple choice question (MCQ) is related to the book/course vu cs508 Modern Programming Languages. It can also be found in vu cs508 Final Term - Quiz No.11.
In C# __________ can be inherited from other class but no inheritance from it. On the other hand __________ cannot be inherited not inheritance is possible from it is possible.
Private class , public class
Sealed class ,struct in C#
struct in C# , Sealed class
public class , inherited class