InterviewSolution
Saved Bookmarks
| 1. |
PHP provides built-in interceptor methods, which can intercept messages sent to undefined methods and properties. This is also known as _________(a) overloading(b) overriding(c) overbending(d) overbindingThe question was posed to me by my college professor while I was bunking the class.My doubt stems from Object Advanced Features topic in portion Objects and Databases in PHP of PHP |
|
Answer» The CORRECT ANSWER is (a) overloading |
|