Which One Of The Following Is The Correct Abstract Method #343
Which one of the following is the correct abstract 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.2.
Which one of the following is the correct abstract method?
public function write()
abstract function write()
abstract public write();
abstract public function write();