82.
Which keyword can be used to fix the above error?

83.
Which one of the following statements is true for include_once() and require_once()?

84.
Which one of the following statements is true for require() and require_once()?

85.
Which function was introduced to help automate the inclusion of class files?

86.
How many times can you define _______ autoload in a process?

87.
Which one of the following functions will you use to check that the class exists before you work with it?

88.
Which one of the following will you use to check the class of an object?

89.
PHP 4 did not support instanceof. Instead, which function did it provide?

90.
You use the get_class_methods() function to return the names of all the methods in the class. Which function will you use to print it on the screen?

Read More Section(Object Oriented Concept)

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