InterviewSolution
Saved Bookmarks
| 1. |
Define Scope Resolution Operator? |
|
Answer» If the FUNCTION is defined outside the class, this one is used to associate function definition to the class. It is ALSO used to resolve the scope of GLOBAL variables. If the function is defined outside the class, this one is used to associate function definition to the class. It is also used to resolve the scope of global variables. |
|