InterviewSolution
Saved Bookmarks
| 1. |
Which form of inheritance is not supported directly by C# .NET?(a) Multiple inheritance(b) Multilevel inheritance(c) Single inheritance(d) Hierarchical inheritanceThe question was posed to me in an interview for job.The doubt is from Fundamentals of Inheritance in chapter Object Oriented Concepts of C# |
|
Answer» CORRECT choice is (a) Multiple inheritance Easy explanation - Supported in FORM of INTERFACES in secondary form. |
|