Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / jagan mohan n r
Multiple Inheritance can be achieved in OO through a
concept called Mixin.
But Vb.Net doesn't support the same since if the two parent
classed have the methods/attributes with same, then the
compiler will not know which one should be implemented in
the derived class (thats same like as Ambiguous column name
find, while joining two tables having same field names)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is a stream in vb.net?
What are the different types of applications supported in .net (or) .net framework?
What is late binding?
Described strong typing and weak typing?
Explain trace in vb.net?
Define cls?
What is difference between inline and code behind?
How would you implement inheritance using vb.net?
Can you please explain the difference between system.string and system.stringbuilder classes?
What is the feature anonymous type?
What is the difference between vb 6 and vb.net?
Explain public assembly?
How to achieve Polymorphism in VB.Net?
What is a static class?
Define clr?