Answer Posted / srujana
If binding is resolved at compilation time then it is said
to be static polymorphism.
If binding is resolved at reun time then it is said to be
dynamic polymorphism. to implement dynamic polymorphism,
pointers and virtual functions are used.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
Why is oop useful?
What is constructor in oop?
What is abstraction in oops with example?
What is abstraction in oops?
What is variable example?
How to hide the base class functionality in Inheritance?
What is overriding vs overloading?
What does no cap mean?
Can we define a class within the 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’.
What is encapsulation in oops?
What are constructors in oop?
What is this pointer in oop?
Why do we use polymorphism in oops?
What is polymorphism give a real life example?