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

  • Acess the constant
  • Access the overridden properties of PARENT class
  • Access the overridden methods of a parent class

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



Discussion

No Comment Found