Which Of The Following Method Scopes Isare Not Supported By #90
Which of the following method scopes is/are not supported by PHP?</p> <pre><code class="language-text"> i) private ii) friendly iii) static iv) abstract</code></pre>
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.1.
Which of the following method scopes is/are not supported by PHP?
i) private ii) friendly iii) static iv) abstract
Only ii)
Only iv)
ii) and iv)
Only i)