adspace
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Answer Posted / Rajesh Kumar Gupta
Polymorphism is a programming concept that allows objects of different classes to be treated as if they are of a common parent class. In VB.NET/C#, this is achieved through interfaces, abstract classes, and method overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers