Hi,
Im just trying to get the right idea about polymorphism.
Is polymorphism simply the act of inheriting an abstract class and defining the methods yourself. As polymorphism means many forms, do we call this polymorphism because the abstract class can have many forms?
Thanks.