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 the difference between value and reference types?
What are the features of c# which are not present in vb.net?
How to connect crystal report in vb.net ?
Is vb.net a programming language?
What is a stream in vb.net?
Explain public assembly?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Compare c# and visual basic.net?
What is early binding?
What is the significance of delegates?
What is the feature anonymous type?
Allowed program to auto-correct the database when loading a presentation.
List the different types of assembly?
Explain global assembly cache (gac)?
Explain option explicit?