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
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Write the role of new keyword?
Explain the difference between system.string and system.stringbuilder classes?
Name some of the features present in vb 2005?
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain the difference between int and int32?
What are the technology areas that microsoft.net contains?
Did vb6 support multi-threading ?
Explain the use of new keyword?
What is the size of .net object?
Explain the difference between datatable and dataset?
What is the top .net class that everything is derived from?
what is difference between namespace and assembly?
Explain the observations between vb.net and vc#.net?
What is enumerator?