VB.NET 2003 can not support following

A) Operator Overloading
B) Multiple Inheritance
C) Multilevel Inheritance
D) All of the above
E) A & B Only

Showing Answers 1 - 8 of 8 Answers

Majith

  • Jul 2nd, 2007
 

Multiple inheritance is NOT supported when using .net frame work classes
Hybrid inheritance is NOT supported when using .net frame work classes
Multipath inheritance is NOT supported when using .net frame work classes
Multilevel inheritance is supported when using .net frame work classes
Hierarchical inheritance is supported when using .net frame work classes

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions