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
Explain the difference between dispose and finalize()?
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.
What is the exact defination of object?
Explain what observations between vb.net and vc#.net?
What’s the difference between private and shared assembly?
Explain namespace?
What is a literal control?
What is pre-jit?
What are the advantages of migrating to vb.net?
What is global assembly cache (gac)?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is break mode? What are the options to step through code?
What is the top .net class that everything is derived from?
Explain convert.tostrin?
So you know which dll is used for microsoft .net run time?