Multiple choice technology web technology

Which of the following is supported by VB.NET?

  1. Single inheritance using classes

  2. Multiple inheritance using interfaces

  3. Both A) and B)

  4. None of the Above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

VB.NET supports single inheritance for classes (a class can inherit from only one base class) and multiple inheritance for interfaces (a class or interface can implement/inherit multiple interfaces).