InterviewSolution
Saved Bookmarks
| 1. |
When a class member is defined outside the class, which operator can be used to associate the function definition to a particular class? |
|
Answer» Scope resolution operator (::) |
|