Answer Posted / manish chakravarti
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why oops is important?
What does and I oop and sksksk mean?
How do you answer polymorphism?
What are the important components of cohesion?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What does no cap mean?
Is oop better than procedural?
why reinterpret cast is considered dangerous?
What is inheritance and how many types of inheritance?
Whats is abstraction in oops?
What is the difference between procedural programming and oops?
What is oops with example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is overloading and its types?