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

Explain option explicit?

0 Answers  


What would you do to remove microsoft visual basic name space?

0 Answers  


Write a VB.Net console program to check whether a number is perfect or not.

1 Answers   Wipro,


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


Do event have return type?

8 Answers  






How can we store decimal data in .net?

0 Answers  


Why do you need Lock in Visual Basic?

0 Answers   CGI,


What is MSIL

8 Answers  


Explain the advantage of option strict on?

0 Answers  


How many languages are supported by .net?

0 Answers  


described weak typing?

0 Answers  


Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

0 Answers  


Categories