adspace
Answer Posted / Pankaj Rathi
In C#, polymorphism is achieved primarily through method overriding and interface implementation. Method overriding allows a derived class to provide its own implementation of a method that's already declared in the base class, while interfaces allow multiple classes to share a common set of methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers