Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Which of the following method scopes is/are not supported by PHP?
i) private
ii) friendly
iii) static
iv) abstract
a) Only ii)
b) Only iv)
c) ii) and iv)
d) Only i)

Answer: a
Explanation: PHP supports six method scopes: public, private, final, static, protected and abstract. But it does not support friendly.

Join The Discussion