Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / harikrishnan
Vb.net supports all inheritance
1)single inheritance
It means Single class inheriting to single child classes
2)multiple inheritance
multiple classess inherits to single classes
3)Multilevel Inheritance
Single class inherits to one class that class inheritd to
single another class
4)Heirarichal inheritance
Single class inherits to Multiple classes
5)Hybrid Inheritance
Single class inherits to different classess and that
classes inherits to one class
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
Explain private assembly?
What is the difference between compiler and interpreter?
What is strong typing and weak typing?
Explain an assembly and its use?
What are the advantages of an assembly?
What are the differences between server-side and client-side code?
What is the difference between import system.data.sqlclient and system.data.oledb?
Why is the xml infoset specification different from the xml dom?
What are the different variables in vb.net?
What is tracing?
What do you mean by option strict on?
What is the advantages of VB.NET?
What is the difference between datagrid and gridview?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
Explain about the keyword must inherit?