Answer Posted / nishanthi
Overriding - same method names with same arguments and same
return types associated in a class and its subclass.
Overloading - same method name with different arguments,
may or may not be same return type written in the same
class itself.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
Why interface is used?
How do you achieve polymorphism?
What is difference between abstraction and encapsulation?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< How to improve object oriented design skills? There are two base class B1,B2 and there is one class D
which is derived from both classes,
Explain the flow of calling constructors and destructors
when an object of derived class is instantiated. Why do we use oop? Templates mean hi all..i want to know oops concepts clearly can any1
explain?? What does it mean when someone says I oop? What is super in oop? What is overloading and its types? Which is not an object oriented programming language? What is encapsulation and abstraction? How are they implemented in C++? What is the point of oop?