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
Explain how to store decimal data in .net?
Explain the difference between int and int32?
What is tracing?
What are the advantages of migrating to vb.net?
Explain about globalization?
Explain global assembly cache (gac)?
What is difference between inline and code behind?
What is the difference between import system.data.sqlclient and system.data.oledb?
Write a VB.Net console program to check whether a number is perfect or not.
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is misl code?
Explain about rapid application development tool?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain jit?
What is the top .net class that everything is derived from?