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 difference between value and reference types?

743


difference between control and component more than one differences

2672


how to get dynamic control array position or its index position?

2242


What is code security?

718


Which classes a dll can contain?

732


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

2407


Explain about delegate?

685


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

742


Explain the difference between web.config and machine.config and where it will be ?

709


Explain how can we remove handlers at run time?

727


How would you implement inheritance using vb.net?

709


What are the advantages of an assembly?

833


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

735


Explain the difference between datatable and dataset?

826


What is difference between inline and code behind?

758