Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / deepu
yes,vb.net is object oriented.
vb.net supports only
1)single level inheritance/simple inheritance
2) multi level inheritance
3)hierachical inheritance
vb.net doesn't supports
multiple,hybrid inheritance.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the different types of applications supported in .net (or) .net framework?
Explain manifest?
Explain and brief about rapid application development tool?
What is meant by jagged arrays?
What is the difference between custom control and user control?
What is a literal control?
What is tracing?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Explain option explicit?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain how the .net framework performs automatic memory management.
What is strong typing and weak typing?
What are the assembly entry points?
Explain the difference between an xml "fragment" and an xml "document."
Why do you need Lock in Visual Basic?