Basic Dot Net Question:
Explain re-clarification of object based in .NET?
Answer:
VB6 DOES support polymorphism and interface inheritance. It also supports the “Implements” keyword. What is not supported in vb6 is implementation inheritance.
Also, from above, vb6 DOES “provides access to third-party controls like COM, DCOM ” That is not anything new in .NET.
Also, from above, vb6 DOES “provides access to third-party controls like COM, DCOM ” That is not anything new in .NET.
Previous Question | Next Question |
Difference Abstract class and Interface in .NET? | How to achieve Polymorphism in VB.Net? |