Answer Posted / prashant
Out of Perfomance Management
| Is This Answer Correct ? | 3 Yes | 25 No |
Post New Answer View All Answers
What is the real life example of polymorphism?
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 destructor give example?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Please send ford technologies placement paper 2 my mail id
Why polymorphism is used in oops?
Why we use classes in oop?
What does and I oop and sksksk mean?
Can we create object of interface?
What is polymorphism what is it for and how is it used?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is inheritance in simple words?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is an advantage of polymorphism?
What exactly is polymorphism?