InterviewSolution
Saved Bookmarks
| 1. |
How To Create A Pure Virtual Function? |
|
Answer» A function is MADE as pure virtual function by the USING a specific signature, " = 0" appended to the function declaration as given below, A function is made as pure virtual function by the using a specific signature, " = 0" appended to the function declaration as given below, |
|