Answer Posted / sanish joseph
In overloading functions will have same name but different
signatures(type of parameters,number of parameters etc..).
but in overloading functions must have same name and signature.
Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Explain virtual inheritance?
What is a class oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is abstraction oop?
What is the highest level of cohesion?
Can you explain polymorphism?
How to improve object oriented design skills?
Is data hiding and abstraction same?
Can we override main method?
What is encapsulation process?
What is stream in oop?
Can we create object of interface?
Get me a number puzzle game-program
What is class in oop with example?
Templates mean