What is function overloading and operator overloading?
Answer Posted / manjeetsheoran
we can use the same function name but function signature are
differnt is called function overloading
for example
niit(int a int b)
niit(int a string name)
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Why is destructor used?
What are functions in oop?
What are the components of marker interface?
Why is abstraction used?
Explain the advantages of inheritance.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
program for insertion ,deletion,sorting in double link list
What is this pointer in oop?
Why polymorphism is used in oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the 3 pillars of oop?
What is encapsulation example?
What is encapsulation oop?
What does and I oop mean?
What is encapsulation with real life example?