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 the differences between dataset.clone and dataset.copy?
Explain redim keyword?
Explain the difference between web.config and machine.config and where it will be ?
Explain the difference between namespace and assembly?
What are the various open source tool available for VB.NET?
What is jagged array in vb.net?
What do you mean by Redim in VB.NET?
Explain the difference between vb.net and c#, related to oops concepts?
What is the main purpose of garbage collector?
Explain cls?
Explain the components of common language runtime.
What is option strict?
Name some of the features of C# which are not present in VB.NET?
Explain some of the exclusive features which are present in vb?
Write a program to find all text files in a logical drive and return the count of the number of files?