A. __collect()
B. __garbage()
C. __destruct()
D. __destructor()
Which one of the following method is invoked when an undefined method is called by client code?
Which one of the following method is invoked when a value is assigned to an undefined property?
PHP recognizes constructors by the name..
Which method scope prevents a method from being overridden by a subclass?
PHP provides built-in interceptor methods, which can intercept messages sent to undefined methods and properties. This is also known as ___.