What is function overloading?,describe it with the example.
Answer Posted / mayank kumar
function overloading means the name of the function is same
but the signature is diffrent. signature means return type
as well as no. of parameters.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What do you mean by abstraction?
What causes polymorphism?
Which method cannot be overridden?
What is for loop and its syntax?
What is the difference between encapsulation and polymorphism?
What is overriding vs overloading?
What is the main feature of oop?
Is enum a class?
What is persistence in oop?
write knight tour problem which is present in datastructure
#include
Is react oop?
What is the importance of oop?
What is the difference between a mixin and inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000