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 is the size of .net object?

588


What are the features of c# which are not present in vb.net?

656


How do you define a read only property in a class module?

527


What is the purpose of objects present in asp.net?

576


Which classes a dll can contain?

531






Explain the difference between thread and process?

510


What is the difference between static or dynamic assemblies?

559


Explain what observations between vb.net and vc#.net?

560


Explain the difference between c# and vb.net?

553


What is internal keyword in .net framework?

628


What is the use of system.diagnostics.process class?

566


Explain about globalization?

500


Described strong typing

573


what is interface and when it is used?

1833


Explain the difference between dispose and finalize()?

555