InterviewSolution
Saved Bookmarks
| 1. |
What is member function? |
|
Answer» MEMBER function DEFINED inside a class and are used to ACCESS object DATA. |
|