POLYMORPHISM Flashcards
the phenomenon by which an object can acquire an ability to operate from different perspectives.
POLYMORPHISM
the implementation of a specific method occurs according to the number of parameters in the method call.
Method Overloading
The process in which the class has two or more methods with the same name
Method Overloading
An object that can exhibit a property of performing mathematical and logical operations from different perspectives
POLYMORPHISM
Types of Polymorphism
Compile-Time
Run-Time
A procedure in which the compiler can allow a child class to implement a specific method already provided in the parent class.
Method Overriding
The ability of an object to take on many forms.
POLYMORPHISM