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

Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

3194


What is the role of new keyword?

707


Explain the use of new keyword?

634


write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.

1255


What is deep copy?

639






What are the technology areas that microsoft.net contains?

643


What do you mean by deserialization?

636


Explain the difference between int and int32?

588


What is the significance of delegates?

600


Explain about visual basic.net?

747


What is the difference between convert.tostring and .tostring() method?

604


What is visual basic.net culture?

581


Name a feature which is common to all .net languages?

652


What do you mean by serialization?

607


How to achieve Polymorphism in VB.Net?

693