Crossover for Work Interview Question

accessing a class via :: means

Interview Answers

Anonymous

Sep 29, 2016

Text book definition.

Anonymous

May 3, 2017

Refers to when you're trying to access a static PHP class. Example $car = Car::get_model();