IT Placement Papers Microsoft Technologies VB.NET
This category contains VB.NET Interview Questions and Answers |
Which of the following is NOT supported for .NET Classes?
|
|
|
|
|
Multiple Inheritance Clearly, in VB.NET or C# or any language supported by .NET framework, a
child Class cannot Inherit from 2 Parent Classes. It inherits from a
Single Parent class. So, no multiple inheritance ALLOWED in .NET for
Classes, However multiple inheritance is allowed for Interfaces.
Only registered users can write comments. Please login or register.
|