adplus-dvertising
frame-decoration

Question

Protected members of a class is accessible to class in which

a.

It is not declared

b.

It is declared

c.

It is moved

d.

None of them

Posted under Object Oriented PHP PHP

Answer: (b).It is declared

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Protected members of a class is accessible to class in which

Similar Questions

Discover Related MCQs

Q. Derived class is also known as

Q. Constructor function must have a same name as name of a

Q. If everything is fine in object selftest ( ) function returns what?

Q. PHP supports

Q. Namespaces defines a area in which an identifier is

Q. To ask objects about their classes, and ask classes about their parents without searching in code, is example of

Q. Parent class is a

Q. Pear coding style recommends that class name begins with

Q. Destruct ( ) function is used to call a

Q. PHP does not support multiple inheritance but it supports

Q. The practice of separating the user from the true inner workings of an application through well-known interfaces is known as _________

Q. Which of the following term originates from the Greek language that means “having multiple forms,” defines OOP’s ability to redefine, a class’s characteristics?

Q. The practice of creating objects based on predefined classes is often referred to as..

Q. Which one of the following property scopes is not supported by PHP?

Q. Which one of the following can be used to instantiate an object in PHP assuming class name to be Foo?

Q. Which one of the following is the right way to define a constant?

Q. Which one of the following is the right way to call a class constant, given that the class is mathFunction?

Q. Which one of the following is the right way to invoke a method?

Q. Which of the following is/are the right way to declare a method?

i) function functionName() { function body }
ii) scope function functionName() { function body }
iii) method methodName() { method body }
iv) scope method methodName() { method body }

Q. Which of the following method scopes is/are not supported by PHP?

i) private
ii) final
iii) static
iv) abstract