1.

Explain Function Overloading With An Example?

Answer»

It is a feature in PB where a function is defined with the same name as ANOTHER. The two FUNCTIONS may differ in the number of arguments and also the TYPE of arguments. An example is the Messagebox () function.

It is a feature in PB where a function is defined with the same name as another. The two functions may differ in the number of arguments and also the type of arguments. An example is the Messagebox () function.



Discussion

No Comment Found