Kizspy | Question: 30
(Choose 1 answer)
What happens if a class inherits from multiple classes in C#?
A. The class will have access to members of all base classes.
B. The class will cause a compile-time error because C# does not support direct multiple inheritance.
C. The class will override all methods of the base classes.
D. The class will not be able to create an instance of itself.