Answer Posted / jananekrishnan
polymorphism means ability to take more than one form
simply,
polymorphism means
"write once,
run any environment,anytime"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does enum stand for?
What are the two different types of polymorphism?
What is this pointer in oop?
What is the oops and benefits of oops programming?
Why is object oriented programming so hard?
What are the types of abstraction?
can we make game by using c
What is class and object in oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is destructor example?
Can destructor be overloaded?
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).
What is difference between polymorphism and inheritance?
Is oop better than procedural?