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


Please Help Members By Posting Answers For Below Questions

What are different types of jit ?

816


Explain strong name in .net assembly?

771


Observations between vb.net and vc#.net?

814


What do you mean by deserialization?

785


What is the main purpose of garbage collector?

728


What are all the parts of .net framework?

763


What are the differences between server-side and client-side code?

768


Described strong typing

766


How to create a constant in vb.net?

885


What is stack used for in vb. Net?

735


What is the significance of delegates. Where should they be used?

742


What is DLL HELL in VB.NET

804


Name some of the features of C# which are not present in VB.NET?

796


Explain about the feature anonymous type?

810


What is the use of assembly?

779