PHP MCQ Object Oriented Concept of PHP Question #2576
Single Choice Not Set

QWhich of the following method scopes is/are not supported by PHP?
(i) private
(ii) final
(iii) static
(iv) abstract

ID: #2576 Object Oriented Concept of PHP 878 views
Question Info
#2576Q ID
Not SetDifficulty
Object Oriented Concept of PHPTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Only (ii)
  • B Only (iv)
  • C (ii) and (iv)
Correct Answer

Explanation

PHP supports six method scopes: public, private, final, static, protected and abstract.

Share This Question

Challenge a friend or share with your study group.