31.
Which one of the following keyword is used to implement an interface?

33.
Which one of the following methods in the exception class, is used to get a nested exception object?

34.
Which one of the following keyword is used in conjunction with an Exception object?

36.
PHP provides built-in interceptor methods, which can intercept messages sent to undefined methods and properties. This is also known as _________

37.
Which one of the following method is invoked when a value is assigned to an undefined property?

38.
Which one of the following method is invoked when an undefined method is called by client code?

39.
Which method introduced in PHP 5, is invoked just before an object is garbage collected?

40.
Which one of the following statements is true ?
class CopyMe {}
$first = new CopyMe();
$second = $first;

Read More Section(Object Oriented Concept)

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