Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answers were Sorted based on User's Feedback
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 |
Answer / srini
vb.net is not a object oriented. its a compiled language.
Is This Answer Correct ? | 3 Yes | 10 No |
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 |
How can we store decimal data in .net?
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 ?
Which namespace are used for accessing the data?
Name the two main parts of .net?
what are the difference between An input box and Message box ..?
What is global assembly cache (gac)?
What is strong name in .net assembly?
What is the use of assembly?
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.
How do you call a stored procedure in Visual Basic?
What is redim keyword and its use?
sql satement for 2nd maximum value