reference is used to refer to a child class object. class Main ( public static void main(String(] args) { Animal al: al - new Animal (); a1. displayInfo (); al - nev Dog () ; al. displayinfo (); Figure 2. Polymorphism (a) Create a class name Animal to produce a method named displayInfo (). Define the method by displaying info that represent the class name.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question
Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class
reference is used to refer to a child class object.
class Main (
public static void main (String(] args) {
Animal al:
al = new Animal ();
al. displayInfo ();
al - new Dog ();
al. displayInfo ();
Figure 2. Polymorphism
(a) Create a class name Animal to produce a method named displayInfo (). Define the method by displaying info that represent the
class name.
Transcribed Image Text:Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object. class Main ( public static void main (String(] args) { Animal al: al = new Animal (); al. displayInfo (); al - new Dog (); al. displayInfo (); Figure 2. Polymorphism (a) Create a class name Animal to produce a method named displayInfo (). Define the method by displaying info that represent the class name.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Development strategies
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,