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 branching logic control in VB.NET?
What is code security?
Explain the difference between an xml "fragment" and an xml "document."
What is redim keyword?
What is the difference between datagrid and gridview?
What is public assembly?
What is the feature which is common to all .net languages?
Explain how can we remove handlers at run time?
What is the main purpose of garbage collector?
Explain about globalization?
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain and brief about rapid application development tool?
What are jagged arrarys ?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is a static class?