Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / sonia
hey hari,i have faced the interview Question what are
interfaces?
I answer Vb.net doesn't supports multiple inheritance,but
it can be achieved in .net using interfaces. Interfaces are
silmilar to class,that contain methods.
but they do not provide any implementation for these
methods.
Then they asked WHY VB.NET DOESN't SUPPORTS MULTIPLE
INHERITANCE??
If u know Can u plz answer!!!!!!!!!
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Define naming convention?
Explain the advantages of migrating to vb.net?
What are the objects in asp.net?
Name the tool which can convert visual basic old version to .net compatibility version?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is difference between metadata and manifest?
Name some of the features of C# which are not present in VB.NET?
Define serialization in .net?
How to send xml file on server using http protocol?
Explain the difference between namespace and assembly?
What is multiple form in vb?
What is late binding and early binding?
Explain how can we remove handlers at run time?
How would you implement inheritance using vb.net?
What is the role of new keyword?