MCQOPTIONS
Bookmark
Saved Bookmarks
→
Php
→
Online Quiz in Php
→
WHICH_MAGIC_METHOD_IS_USED_TO_IMPLEMENT_OVERLOADIN..
1.
WHICH_MAGIC_METHOD_IS_USED_TO_IMPLEMENT_OVERLOADING_IN_PHP??$
A.
__call
B.
__invoke
C.
__wakeup
D.
__unset
Answer» B. __invoke
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which magic method is used to implement overloading in PHP?
Which feature allows us to call more than one method or function of the class in single instruction?
If one intends to create a model that will be assumed by a number of closely related objects, which class must be used?
Which of the following is/are true for an abstract class?i) Abstract classes in PHP are declared with the help of abstract keyword.ii) A class is declare abstract by using the keyword implements.iii) It is a class that really isn’t supposed to ever be instantiated but instead serves as a base class.iv) Attempting to instantiate an abstract class results in an error.
The class from which the child class inherits is called ________
WHICH_MAGIC_METHOD_IS_USED_TO_IMPLEMENT_OVERLOADING_IN_PHP??$
Which method is used to tweak an object’s cloning behavior?$
If your object must inherit behavior from a number of sources you must use a/an
Which of the following is/are true for an abstract class?
The class from which the child class inherits is called..
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply