InterviewSolution
Saved Bookmarks
| 1. |
What Is Scope Resolution Operator? |
|
Answer» The Scope Resolution Operator (also called Paamayim Nekudotayim) is double colon that allows access to static, constant, and overridden PROPERTIES or METHODS of a CLASS. Following are different uses Access to static
The Scope Resolution Operator (also called Paamayim Nekudotayim) is double colon that allows access to static, constant, and overridden properties or methods of a class. Following are different uses Access to static |
|