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
officer say me - i am offered to a smoking , then what can you say
Where is pseudocode used?
Can you explain polymorphism?
What is oops in simple words?
What do you mean by variable?
what type of question are asked in thoughtworks pair programming round ?
Why multiple inheritance is not allowed?
What is class and object in oops?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What are the 5 oop principles?
Please send ford technologies placement paper 2 my mail id
What is abstract class in oop?
What is oops and its features?
What is static modifier?
is there any choice in opting subjects like 4 out of 7