Answer Posted / rajdeep gupta
to call the overloaded function via object is known as
polymorphism.There are two types of polymorphism
1-Dynamic polymorphism
2-static polymorphism
static polymorphism(early binding)
there in only one class is sufficient to call the overloaded
function.it is predefine that which function want to be call.
that means the linking between function call and object is
resolved at compile time is known as static polymorphism.
dynamic polymorphism(late binding)
class model should be based on inheritance model.virtual
function is used for it.
that means the linking between function call and object is
resolved at run time is known as dynamic polymorphism.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to sort the number with different sorts in one program ??
What are the 3 pillars of oop?
Why is oop useful?
What is abstraction in oops?
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 are the three main types of variables?
What is an interface in oop?
How do you achieve polymorphism?
What is a class in oop?
What is the advantage of oop over procedural language?
When not to use object oriented programming?
Please send ford technologies placement paper 2 my mail id
What is overloading in oops?
What is abstract class in oop?
Why oops is important?