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
What is normal jit?
How vb implements the disconnected architecture as like vb.net?
What is difference between import system.data.sqlclient,system.data.oledb?
What are the features present in vb 2005?
Which class allows an element to be accessed using unique key?
What is intermediate langauge?
What is tracing?
What is the difference between manifest and metadata?
What keyword is used to accept a variable number of parameter in a method?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain manifest?
What is redim keyword and its use?
Explain about the feature anonymous type?
Define clr?
Explain the advantages of migrating to vb.net?