Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / hari
VB.Net is an Object Oriented Language.
It doesn't support multiple inheritance. For this purpose,
interfaces are introduced.
VB.Net supports multiple interfaces
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Explain global assembly cache (gac)?
Explain the advantages of vb.net?
Explain the difference between dispose and finalize()?
What are all the parts of .net framework?
What is the use of console application?
How many ways the function can return values?
Explain the difference between c# and vb.net?
What are the objects in asp.net?
Can you please explain the difference between namespace and assembly?
Explain about the ruby interface generator?
Explain the difference between an xml "fragment" and an xml "document."
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain how to store decimal data in .net?
How would you implement inheritance using vb.net?
Can you please explain the difference between value and reference types?