Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 370 Bytes

Intro.md

File metadata and controls

9 lines (8 loc) · 370 Bytes
layout title parent nav_order
default
Polymorphism
Polymorphism
1

Polymorphism

Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object. Any Java object that can pass more than one IS-A test is considered to be polymorphic.