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.

1. Private class , public class
2. Sealed class ,struct in C#
3. struct in C# , Sealed class
4. public class , inherited class

Leave a Comment