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 are different types of jit ?
Explain strong name in .net assembly?
Observations between vb.net and vc#.net?
What do you mean by deserialization?
What is the main purpose of garbage collector?
What are all the parts of .net framework?
What are the differences between server-side and client-side code?
Described strong typing
How to create a constant in vb.net?
What is stack used for in vb. Net?
What is the significance of delegates. Where should they be used?
What is DLL HELL in VB.NET
Name some of the features of C# which are not present in VB.NET?
Explain about the feature anonymous type?
What is the use of assembly?