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
Explain code security?
What do you mean by serialization and deserialization and it's use.
How to run a dos command in vb.net?
List the types of authentication?
How does vb.net achieve polymorphism?
What is the use of assembly?
What is the difference between system.applicationexception class and system.systemexception?
What is the difference between manifest and metadata?
What is the significance of delegates?
How to create a constant in vb.net?
What are the shared variables?
Write the role of new keyword?
What is deep copy?
Explain an assembly and its use?
What is enumerator?