Answer Posted / varsha agrawal
polymorphism means "poly" means 'one' and "morphism" means
'forms'. so we can say that polymorphism means one name
which has multiple forms.
ex:-blood group.
polymorphism are two types:
1) Static polymorphism: this is taken place in compile time.
2) Dynamic polymorphism: this is taken place in compile time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does no cap mean?
What is the purpose of polymorphism?
What is class in oop with example?
Are polymorphisms mutations?
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).
can we make game by using c
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
2. Give the different notations for the class.\
What does enum stand for?
Why is polymorphism important in oop?
How do you achieve runtime polymorphism?
How does polymorphism work?
Why do we use polymorphism?
What is class and object with example?
What is inheritance in simple words?