Polymorphism: Cse215: Programming Language Ii Silvia Ahmed (Sva)
Polymorphism: Cse215: Programming Language Ii Silvia Ahmed (Sva)
Polymorphism
GraduateStudent GraduateStudent
Object +toString()
Polymorphism enables us to write the
following line of code:
Person +toString()
Orange x = (Orange)fruit;
Why?