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

What is intermediate langauge?

0 Answers  


ColumnMapping belongs to which namespaces?

1 Answers  


What is writeline in vb.net?

0 Answers  


Hi I am planning to take interview in VB.net,can any one share your interview Questions for a Entry-level job. Regards Lina

3 Answers  


What is CLR?

20 Answers   Horizon Computers, Microsoft,






Explain about visual basic?

0 Answers  


Is there any website from where i can download VB.net bible free in pdf format

0 Answers  


when a program of vb.net is written in notepad it occupies always 1kb of memory why?

1 Answers  


How vb implements the disconnected architecture as like vb.net?

0 Answers  


What does assert() method do In VB.NET

0 Answers   MCN Solutions,


Write the role of new keyword?

0 Answers  


What are the similarities between class and structure?

5 Answers   Ksb, L&T,


Categories