Is VB.NET object oriented? What are the inheritances does
VB.NET support ?

Answers were Sorted based on User's Feedback



Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / n.kishor

yes VB.NET ia an object oriented.

Is This Answer Correct ?    16 Yes 1 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / manish

vb.net is object oriented concept.it is supports to
inheritence but it donot support to multiple inheritance.

Is This Answer Correct ?    14 Yes 2 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / deepu

yes,vb.net is object oriented.
vb.net supports only
1)single level inheritance/simple inheritance
2) multi level inheritance
3)hierachical inheritance

vb.net doesn't supports
multiple,hybrid inheritance.

Is This Answer Correct ?    11 Yes 2 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / nirman

With respect to Answer 3 of this Question.
I think following are still not clear-

4)Heirarichal inheritance
Single class inherits to Multiple classes

This is not possible in .NET.
5)Hybrid Inheritance
Single class inherits to different classes and that class
inherits to one class

It should be Single class inherits to different class (not,
classes) and that class inherits to one class

Is This Answer Correct ?    4 Yes 1 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / hari

VB.Net is an Object Oriented Language.
It doesn't support multiple inheritance. For this purpose,
interfaces are introduced.
VB.Net supports multiple interfaces

Is This Answer Correct ?    7 Yes 5 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / kumar

Yes vb.net is object oriented and not case sensitive. it's doesn't support multiple inheritence

Is This Answer Correct ?    1 Yes 0 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / cherran

Answer 4 & 5 is the correct one. Pls ignore all other answers.

Is This Answer Correct ?    3 Yes 4 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / 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

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / sonia

hey hari,i have faced the interview Question what are
interfaces?
I answer Vb.net doesn't supports multiple inheritance,but
it can be achieved in .net using interfaces. Interfaces are
silmilar to class,that contain methods.
but they do not provide any implementation for these
methods.

Then they asked WHY VB.NET DOESN't SUPPORTS MULTIPLE
INHERITANCE??
If u know Can u plz answer!!!!!!!!!

Is This Answer Correct ?    1 Yes 4 No

Is VB.NET object oriented? What are the inheritances does VB.NET support ?..

Answer / hari

vb.net is not a object oriented. its a compiled language.

- the most dumbest answer. Please don't give wrong answers
when you are not sure. It will misguide the readers.

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More VB.NET Interview Questions

What is the purpose of an Assembly?

0 Answers  


What is the feature which is common to all .net languages?

0 Answers  


Is there any easy way to convert VB6 programs to VB.Net?

3 Answers  


hello dear friends my problem is that i want to save images that is pictures in SQL server using vb.net can any body help me to do so please

1 Answers  


visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?

5 Answers  






What is the difference between c# and vb.net?

0 Answers  


i had attended to infosys interview on 17th april 2010...on .net..3+ experience .. to my knowledge i did well in technical and they asked me to wait for next process ..so i waited for 15 min ..later one person came and said give 7-10 days time for intimation of next process do they keep technical and hr on different day ...or i loose the interview ..am confused yaar what accuatly would be happend

2 Answers  


What is intermediate language in .NET ?

20 Answers   Digital GlobalSoft,


Why do we use byref keyword in vb.net?

0 Answers  


In vb.net how to connect crystal report?

1 Answers  


What are the parts of the visual basic control?

0 Answers  


What is option strict?

0 Answers  


Categories