adspace
Answer Posted / Deepak Kumar Dhama
In C#, a 'virtual' keyword is used to indicate that a method can be overridden by derived classes. It does not create a virtual class as such; instead, it allows for polymorphism through inheritance and overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers