Given an incomplete program in Program 3: ITE //Program 1 Declare class named Daisy that inherits class named 7/2ily and implements interface named Flower UTM 8 class BUM UTM public Daisy() ( this ("Blue"); System.out.println("Default constructor for a } } public Daisy (String s) ( super (s); System.out.println("Constructor with argument for. public void display() ( System.out.println("Display in Daisy"); ) AM a(i) //Declare class named Lily that inherits class named Orchid class a(ii) } TM } public Lily ( this ("Purple"); System.out.printin ("Default constructor for Lily"); UTM } public Lily (Strings) System.out.println("Constructor with argument UTM UTM ++ Lily"); public void display() ( super.di printin () UTMUUTM in Lily"); 1 public void display() { System.out.printin ("Display in Orchid"); UUTM UTM //Declare class named Orchid that implements interface named Flower class a(iii) UTM UTM 8UTM AUTM } TM interface Flower ( public void display 05 UTM public Orchid() ( System.out.println("Default constructor for Orchid"); UTM UTMUTM i) Orchid ob- new ob.display(); TMTM & UTM public class PolyFinal ( M public static void main(String [] args) UTM UTM UTM (b) i) Lily ob- new ob.display(); ( TM ii) Orchid ob new Lily(); ob.display(); UTM UTM UTM a) Complete the class declarations with an appropriate Java statement based on the instructions below: Declare class named Daisy that inherits class named Lily and implements interface named Flower. ITM UTM ii) Declare class named Lily that inherits class named Orchid. UTM iii) Declare class named Orchid that implements interface named Flower. Daisy(): UTM b) Assume that the program is successfully completed in (a), determine the output of the program if each of the following Java statements is inserted into the program at line 54 and 55. Note: each question below is independent. TM 8 UIM Daisy ("WhiteM UTMUTM UTM UTM UTM &UTM

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Given an incomplete program in Program 3:
17
9
10
11
12
13
14
M
16
17
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
//Program 1
//Declare class named Daisy that inherits class named
//Lily and implements interface named Flower
class
SUM
}
public Daisy() {
this ("Blue");
System.out.println("Default constructor for
}
a(i)
public Daisy (String s) (
super (s);
System.out.println("Constructor with argument for "+
}
AM
public void display() {
System.out.println("Display in Daisy");
18
19
20 //Declare class named Lily that inherits class named Orchid
class
21
a(ii)M
UTM
public Lily (Strings) {
++ Lily");
public void display()
super.display();
System.out.println("Constructor with argument UTM UTM
System.out.println("Displa UTM
Lily");
//Declare class named Orchid that implements interface named Flower
UTM
class
a(iii)
1
public void display() (
System.out.printin ("Display in Orchid");
public Lily) (
System.out.println("Default constructor for Lily");
(
UTM OUT
UTM
public Orchid() (
WITM
System.out.println("Default constructor for Orchid");
ii) Orchid ob new
ob.display();
UUTM UTM
UTM
i) Orchid ob new Daisy
ob.display();
UITM
i) Lily ob new
ob.display();
JTM
UTM UTM Daisy");
m
interface Flower (
public class PolyFinal (
public void display (MUTM
public static void main(String [] args) UTM UTM UTM
(b)
JTM
a) Complete the class declarations with an appropriate Java statement based on the
instructions below:
MUTM
TM UTM
Lily();
TMTM UTM
i) Declare class named Daisy that inherits class named Lily and implements interface
named Flower.
ii) Declare class named Lily that inherits class named Orchid.
UTM
iii)
UTM
Declare class named Orchid that implements interface named Flower.
b) Assume that the program is successfully completed in (a), determine the output of the
program if each of the following Java statements is inserted into the program at line 54
and 55. Note: each question below is independent.
ne 8 UIM
UTM UTM UTM
("White");
UITM
UTM UTM
Daisy(): UTM
UTM UTM UTM
TMUTM & UTM
Transcribed Image Text:Given an incomplete program in Program 3: 17 9 10 11 12 13 14 M 16 17 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 //Program 1 //Declare class named Daisy that inherits class named //Lily and implements interface named Flower class SUM } public Daisy() { this ("Blue"); System.out.println("Default constructor for } a(i) public Daisy (String s) ( super (s); System.out.println("Constructor with argument for "+ } AM public void display() { System.out.println("Display in Daisy"); 18 19 20 //Declare class named Lily that inherits class named Orchid class 21 a(ii)M UTM public Lily (Strings) { ++ Lily"); public void display() super.display(); System.out.println("Constructor with argument UTM UTM System.out.println("Displa UTM Lily"); //Declare class named Orchid that implements interface named Flower UTM class a(iii) 1 public void display() ( System.out.printin ("Display in Orchid"); public Lily) ( System.out.println("Default constructor for Lily"); ( UTM OUT UTM public Orchid() ( WITM System.out.println("Default constructor for Orchid"); ii) Orchid ob new ob.display(); UUTM UTM UTM i) Orchid ob new Daisy ob.display(); UITM i) Lily ob new ob.display(); JTM UTM UTM Daisy"); m interface Flower ( public class PolyFinal ( public void display (MUTM public static void main(String [] args) UTM UTM UTM (b) JTM a) Complete the class declarations with an appropriate Java statement based on the instructions below: MUTM TM UTM Lily(); TMTM UTM i) Declare class named Daisy that inherits class named Lily and implements interface named Flower. ii) Declare class named Lily that inherits class named Orchid. UTM iii) UTM Declare class named Orchid that implements interface named Flower. b) Assume that the program is successfully completed in (a), determine the output of the program if each of the following Java statements is inserted into the program at line 54 and 55. Note: each question below is independent. ne 8 UIM UTM UTM UTM ("White"); UITM UTM UTM Daisy(): UTM UTM UTM UTM TMUTM & UTM
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY