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 the feature anonymous type?
What is the difference between datagrid and gridview?
Explain the difference between c# and vb.net?
Explain option strict?
What is difference between inline and code behind?
What is a static class?
what is the advantage of option strict on?
What is tracing?
What is the purpose of objects present in asp.net?
Explain internal keyword in .net framework?
Define serialization in .net?
List the types of authentication?
How a base class method is hidden?
What is a preprocessor directive in vb.net?
What is redim keyword and its use?