How many base classes can have a derived class?
Explanation
Only one, always. There is no multiple inheritance in C#. Any declared class without explicit specification of a base class is automatically derived from System.Object.
System.Object does not have a base class itself, but the question asks only about derived classes.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes