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
Explain enumerator?
What is the ruby interface generator?
Explain how can we remove handlers at run time?
How to store images in sql server database through vb.net?
Explain about the ruby interface generator?
Explain global assembly cache (gac)?
What are the differences between vb.net and c#, related to oops concepts
When do you use virutal keyword?
Did vb6 support multi-threading ?
What is difference between inline and code behind?
What are the shadow variables?
What are the different types of Lock available in Visual Basic?
List the different types of assembly?
What is jagged array in vb.net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate