Select from following answers:- Multiple inhertiance can be implemented using interface
- Multiple inheritance in C# cannot be implemented using class
- Class implemented from one or more interfaces but cannot derived not more than one class
- All Above
The reason we cannot implement multiple inheritance through C# class because it leads to confusion when calling method in derived classes
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator