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
How to connect crystal report in vb.net ?
What is the main use of a namespace?
How can we store decimal data in .net?
What are the objects in asp.net?
Name the two main parts of .net?
What is the advantages of VB.NET?
Write a VB.Net console program to check whether a number is perfect or not.
What is econo-jit?
What are nested classes?
What is the diff between vb mdi form and .net mdi form?
Explain option explicit?
Why do you need Lock in Visual Basic?
What is trace in vb.net?
Explain manifest?
What is the size of .net object?