Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / jagan mohan n r
Multiple Inheritance can be achieved in OO through a
concept called Mixin.
But Vb.Net doesn't support the same since if the two parent
classed have the methods/attributes with same, then the
compiler will not know which one should be implemented in
the derived class (thats same like as Ambiguous column name
find, while joining two tables having same field names)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are nested classes?
Which is the base class for all the classes in .net framework?
Can you please explain the difference between c# and vb.net?
What are the differences between server-side and client-side code?
What is internal keyword in .net framework?
source code for how to login a vb.net application ?
What are the shared variables?
Explain option strict?
What are the shadow variables?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What is the use of system.diagnostics.process class?
Explain the observations between vb.net and vc#.net?
What are the parts of the visual basic control?
Can you please explain the difference between vb and vb.net?
What are the advantages of an assembly?