Question: on 6 Which polymorphism concept has been applied in below java program? ed interface Shape { void area(); out of } question class Circle implements

on 6 Which polymorphism concept has been applied in below java program? ed interface Shape { void area(); out of } question class Circle implements Shape { public void area() { } } Select one: a. Method overloading b. No polymorphism c. Mult-level polymorphism Type here to search o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
