Multiple choice technology web technology Which of the following is supported by VB.NET? Single inheritance using classes Multiple inheritance using interfaces Both A) and B) 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).