Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / 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 View All Answers
What are the parts of the visual basic control?
What are the features present in vb 2005?
What is the difference between custom control and user control?
Which namespace are used for accessing the data?
What is a literal control?
What are the difference between dispose(), close(), exit(), end()?
Why do we use ansi keyword?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
Explain option strict?
Define naming convention?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
Name the two main parts of .net?
Name a feature which is common to all .net languages?
What do you mean by serialization?
What are the objects in asp.net?