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 difference between value and reference types?
difference between control and component more than one differences
how to get dynamic control array position or its index position?
What is code security?
Which classes a dll can contain?
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
Explain about delegate?
What are the differences between server-side and client-side code?
Explain the difference between web.config and machine.config and where it will be ?
Explain how can we remove handlers at run time?
How would you implement inheritance using vb.net?
What are the advantages of an assembly?
Explain what observations between vb.net and vc#.net?
Explain the difference between datatable and dataset?
What is difference between inline and code behind?