Polymorph Is M

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

POLYMORPHISM

Vijay Kumar kv
Example 1

Swiggy c Stimulator c
Main Method
Order() Swiggy_sim()

Extends Upcasting

c c c
Non veg Veg Chinese

Order() Order() Order()


Example 2

c c
National flag Stimulator
Main Method
Color() Flag_sim()

Upcasting
Extends

c c c
India South africa Australia

Color() Color() Color()


Example 3

c c
Ecommerce Stimulator
Main Method
Shopping() Ecommerce_sim()

Extends Upcasting

c c c
Amazon Flipkart Snapdeal

Shopping() Shopping() Shopping()


Example 4

c c
Medical shop Stimulator
Main Method
Tablets() Medical_sim()

Extends Upcasting

c c c
Head ache Cold Fever

Tablets() Tablets() Tablets()


Example 5

c c
Film name Stimulator
Main Method
Language() Film_sim()

Extends Upcasting

c c c
Tarak Mirchi Theri

Language() Language() Language()

You might also like