C# Programming - Inheritance - Discussion

Discussion Forum : Inheritance - True or False (Q.No. 11)
11.
There is no multiple inheritance in C#.NET. That is, a class cannot be derived from multiple base classes.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Veyronash said:   1 decade ago
To implement multiple inheritance in C#,
Interfaces are used.

Post your comments here:

Your comments will be displayed after verification.