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
What is multiple form in vb?
What is late binding and early binding?
What is the ruby interface generator?
what is intermediate language?
What is the difference between manifest and metadata?
What is the difference between compiler and interpreter?
What is deep copy?
Define manifest?
What is DLL HELL in VB.NET
What is the advantages of VB.NET?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is static member?
What is the use of internal keyword?
What is the differnce between managed code and unmanaged code?
Explain about garbage collection?