Answer Posted / haseena banu
Polymorphism is not the same as method overloading or method overriding. Polymorphism is only concerned with the application of specific implementations to an interface or a more generic base class. Method overloading refers to methods that have the same name but different signatures inside the same class. Method overriding is where a subclass replaces the implementation of one or more of its parent's methods. Neither method overloading nor method overriding are by themselves implementations of polymorphism
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is polymorphism and example?
State what is encapsulation and friend function?
officer say me - i am offered to a smoking , then what can you say
Why do we use oop?
Can private class be inherited?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Can you explain polymorphism?
What is encapsulation with real life example?
What is data binding in oops?
What is abstraction in oop with example?
What is abstraction in oops?
What is overloading and its types?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Explain the advantages of inheritance.