Basic Dot Net Question:

Explain re-clarification of object based in .NET?

Tweet Share WhatsApp

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.

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
Difference Abstract class and Interface in .NET? How to achieve Polymorphism in VB.Net?