Crossover for Work interview question

accessing a class via :: means

Interview Answers

Anonymous

29 Sept 2016

Text book definition.

Anonymous

3 May 2017

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