Which keyword is used to access a static method or property from within the same class(rather than from child)?
A
static
B
strat
Correct Answer:
Self is to classes what the $this pseudo-variable is to objects.