What is a polymorphism reference?

A polymorphic reference is a variable that can refer to different types of objects at different points in time . It is typically compatible with the class that it refers to. For example, in the following case: Employee employee; The ’employee’ is a reference variable that may refer to an instance of the Employee class.19 Mar 2019

Read more