1.

What Is Overloading?

Answer»

It is dynamically create METHOD / properties and performed by magic METHODS. Overloading method / properties are INVOKED when interacting with properties or methods that have not been DECLARED or are not visible in the current scope, Means we you are calling a function which is not exist. None of the ARGUMENTS of these magic methods can be passed by reference.

In PHP, Overloading is possible http://200-530.blogspot.in/2013/04/oop-magic-methods.html

It is dynamically create method / properties and performed by magic methods. Overloading method / properties are invoked when interacting with properties or methods that have not been declared or are not visible in the current scope, Means we you are calling a function which is not exist. None of the arguments of these magic methods can be passed by reference.

In PHP, Overloading is possible http://200-530.blogspot.in/2013/04/oop-magic-methods.html



Discussion

No Comment Found