In Which Of The Following Circumstance Should You Use A Static #333
In which of the following circumstance should you use a static reference to a non static method?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Object Advanced Features - Quiz No.1.
In which of the following circumstance should you use a static reference to a non static method?
Making a method call using parent
Making a method call using child
Making an object call using parent
Making an object call using child