compile polymorphism vs dynamic polymorphism
belongs to collection: OOP inheritence and polymorphism in java assisgnment questions
All Answers
total answers (1)
belongs to collection: OOP inheritence and polymorphism in java assisgnment questions
total answers (1)
compile Polymorphism that is resolved during compiler time is known as static polymorphism. Method overloading is an example of compile time polymorphism.
Dynamic polymorphism is a process in which a call to an overridden method is resolved at runtime, thats why it is called runtime polymorphism.
need an explanation for this answer? contact us directly to get an explanation for this answer