Answer Posted / mr.a
Polymorphism means one object in many forms.
Means a single object work as different-different ways.
we have 2 types of polymorphism.
1. RuntimePolymorphism
2.compiletimePolymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between encapsulation and polymorphism?
How to improve object oriented design skills?
What is the point of polymorphism?
Explain the concepts involved in Object Oriented programming.
What is the point of oop?
How do you define social class?
How do you answer polymorphism?
What are the components of marker interface?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Why do we need polymorphism in c#?
What is polymorphism and why is it important?
what are the ways in which a constructors can be called?
Why do we use encapsulation in oops?
write a program to find 2^n+1 ?
Write a c++ program to display pass and fail for three student using static member function