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 / manish upadhyay

vb.net is not pure object oriented as compare C#.it is
support inheritance concepts but not supports to multiple
inheritance

Is This Answer Correct ?    3 Yes 8 No

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

Answer / srini

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

Is This Answer Correct ?    3 Yes 10 No

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

Answer / harikrishnan

Vb.net supports all inheritance

1)single inheritance
It means Single class inheriting to single child classes
2)multiple inheritance
multiple classess inherits to single classes
3)Multilevel Inheritance
Single class inherits to one class that class inheritd to
single another class
4)Heirarichal inheritance
Single class inherits to Multiple classes
5)Hybrid Inheritance
Single class inherits to different classess and that
classes inherits to one class

Is This Answer Correct ?    7 Yes 16 No

Post New Answer

More VB.NET Interview Questions

i have attended interview for cognizant ( 3 +,on .net ) on 19-06-2010 till now i have not given the status ..am confused... does any one faced same situation ...could please tell what would be happened

1 Answers  


How does vb.net achieve polymorphism?

0 Answers  


Explain nested classes?

0 Answers  


List the types of generations in garbage collector?

0 Answers  


What is JIT(Just In Time) and How it works?

5 Answers   Data Entry Operator, Infocons, Siemens,


Why should you use delegate?

0 Answers  


What is difference between import system.data.sqlclient,system.data.oledb?

0 Answers  


Explain the difference between system.string and system.stringbuilder classes?

0 Answers  


What is the significance of delegates?

0 Answers  


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

0 Answers  


What does assert() method do In VB.NET

0 Answers   MCN Solutions,


Give the sample code for ItemStockGroupwise Report?

1 Answers   CTS,


Categories