InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between A Virtual Method And An Abstract Method? |
|
Answer» A VIRTUAL METHOD MUST have a BODY where as an ABSTRACT method should not have a body. A virtual method must have a body where as an abstract method should not have a body. |
|