Answer Posted / sanjeevkumar.v
polymorphism it means the function may be different . and so
that are different forms
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Is oop better than procedural?
Who invented oop?
• What are the desirable attributes for memory managment?
What is the difference between static polymorphism and dynamic polymorphism?
How to hide the base class functionality in Inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is oops?what is its use in software engineering?
Why do we use polymorphism in oops?
Can we create object of interface?
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 is difference between multiple inheritance and multilevel inheritance?
What is difference between polymorphism and inheritance?
What are the important components of cohesion?
Why do we use polymorphism?
Advantage and disadvantage of routing in telecom sector