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 advantages of VB.NET?
What is visual basic.net culture?
What are jagged arrays ?
Compare c# and visual basic.net?
Explain how to send xml file on server using http protocol?
Explain the advantage of option strict on?
Explain how can we remove handlers at run time?
How to achieve Polymorphism in VB.Net?
Explain how the .net framework performs automatic memory management.
What is a stream in vb.net?
What is late binding and early binding?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain jit?
Name the two main parts of .net?
described weak typing?