Answer Posted / zahid hussain
polymorphism mean created a object which have many forms
method overloading and method overriding are these concept of polymorphism.
eg. a room have a electricity button which perform many functionality like on tube light, on bulb, on fan etc. one object button but perform many function..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
when to use 'mutable' keyword and when to use 'const cast' in c++
Prepare me a program for the animation of train
Why do pointers exist?
What are the 5 oop principles?
How to use CMutex, CSemaphore in VC++ MFC
What is multilevel inheritance in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is meant by multiple inheritance?
Why is static class not inherited?
What does <> mean pseudocode?
What does no cap mean?
is there any choice in opting subjects like 4 out of 7
Can you inherit a private class?
What is coupling in oops?