Inheritance c programming questions

11.

There is no multiple inheritance in C#.NET. That is, a class cannot be derived from multiple base classes.
A.     True    B.     False
Answer & Explanation

Answer: Option A

Explanation:

No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
12.

Creating a derived class from a base class requires fundamental changes to the base class.
A.     True    B.     False
Answer & Explanation

Answer: Option B

Explanation:

No answer description available for this question.

Leave a Reply0

Your email address will not be published.