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
Explain cts?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Explain an assembly and its use?
What are nested classes?
What is the use of assembly?
Observations between vb.net and vc#.net?
What is multiple form in vb?
What is break mode? What are the options to step through code?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Explain the difference between vb.net and c#, related to oops concepts?
What are the advantages of vb.net and c#?
Which is the tool which can convert visual basic old version to .net compatibility version?
Why should you use delegate?
How a base class method is hidden?
Explain the difference between namespace and assembly?