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

How can we store decimal data in .net?

0 Answers  


i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?

0 Answers   IBM,


Which namespace are used for accessing the data?

0 Answers  


Name the two main parts of .net?

0 Answers  


what are the difference between An input box and Message box ..?

6 Answers   CTS, TATA,






What is global assembly cache (gac)?

0 Answers  


What is strong name in .net assembly?

0 Answers  


What is the use of assembly?

0 Answers  


Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.

2 Answers  


How do you call a stored procedure in Visual Basic?

0 Answers   CGI,


What is redim keyword and its use?

0 Answers  


sql satement for 2nd maximum value

15 Answers   NIIT,


Categories