Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / nirman
With respect to Answer 3 of this Question.
I think following are still not clear-
4)Heirarichal inheritance
Single class inherits to Multiple classes
This is not possible in .NET.
5)Hybrid Inheritance
Single class inherits to different classes and that class
inherits to one class
It should be Single class inherits to different class (not,
classes) and that class inherits to one class
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the exact defination of object?
What is the feature which is common to all .net languages?
What is econo-jit?
Write a program to find all text files in a logical drive and return the count of the number of files?
Can you please explain the difference between c# and vb.net?
Which is the base class for all the classes in .net framework?
What is a stream in vb.net?
List the types of authentication?
Explain nested classes?
What would you do to remove microsoft visual basic name space?
Is vb net a scripting language?
What is stack used for in vb. Net?
Tell us how many languages are supported by .net?
Why do you need Lock in Visual Basic?
What is the importance of a Button control?