In the name of ALLAH, the most beneficient, the most merciful

Modern Programming Languages (CS508)

Question (select most suitable option)

  In C# ________ can be inherited from other class but no inheritance from it. On the other hand ________ cannot be inherited and not inheritance from it possible.
Private class, public class
Sealed class, struct in C#
struct in C#, Sealed class
public class, inheritance class