Answer Posted / k.senthil arasur sathyamangala
overloading:Two function have same name and same return type
but different type of arguments used.
overriding:Two function have same name and same arguments
used but that function defined in a base class redefined in
a derived class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why do we use polymorphism in oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
Explain the advantages of inheritance.
Which method cannot be overridden?
What is object and example?
What is overriding in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation example?
What exactly is polymorphism?
What is polymorphism explain?
What are main features of oop?
How do you define social class?
Is enum a class?
Which is not an object oriented programming language?
what is difference between class template and template class?