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
What are jagged arrays ?
What is deep copy?
Name some of the features present in vb 2005?
How does vb.net achieve polymorphism?
Explain about the feature anonymous type?
Explain about globalization?
Can you please explain the difference between namespace and assembly?
Explain i.tostring method?
How do you call a stored procedure in Visual Basic?
How vb implements the disconnected architecture as like vb.net?
Explain redim keyword?
Explain about visual basic.net?
What is code security?
How to retrieve images in sql server database through vb.net?
Can we use Vb.Net and C# language simultaneously in one .Net application?