Which Method Scope Prevents A Method From Being Overridden By A #91
Which method scope prevents a method from being overridden by a subclass?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP OOPs - PHP OOPs Basics - Quiz No.2.
Which method scope prevents a method from being overridden by a subclass?
Abstract
Protected
Final
Static