91.
If you call a method and it doesn’t exist it’ll cause a problem. To check the method which function will you use?

92.
What will be the output if a protected method is given as argument to the function method_exist()?

93.
Which one of the following function should I use to find the parent class of a class?

94.
Which class accepts a class name or an object reference and returns an array of interface name?

95.
Object-oriented code tries to minimize dependencies by moving responsibility for handling tasks away from _______ and toward the objects in the system.

96.
Placing a static method for generating _______ objects in the ________ class is convenient.

97.
The extent to which proximate procedures are related to one another is known as.

98.
______ occurs when discrete parts of a system’s code are tightly bound up with one another so that a change in one part necessitates changes in the others.

99.
________ code makes change easier because the impact of altering an implementation will be localized to the component being altered.

100.
Polymorphism is also known as______

Read More Section(Object Oriented Concept)

Each Section contains maximum 100 MCQs question on Object Oriented Concept. To get more questions visit other sections.