some one give d clear explanation for polymorphism

Answer Posted / ullu ka patha

polymorphism is an OOP's concept by virtue of which
different classes are able to use same attributes,functions
and modules with same names.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is purpose of inheritance?

639


What is destructor in oop?

617


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

1687


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1409


What do you mean by variable?

567






What is property in oops?

562


What do you mean by Encapsulation?

636


What does I oop mean?

609


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

1636


what type of questions

1689


Can we create object of interface?

599


Can you name some types of inheritance?

637


What is the highest level of cohesion?

568


What is the purpose of enum?

577


When not to use object oriented programming?

563