public interface Joy ( public void happySign(); } public class Man implements Joy { public Man () { } public void happySign () { System.out.println("smiles"); } public void sadSign () { } System.out.println("frowns"); public class Dog implements Joy ( public Dog () {} public void happySign () { } a) Joy obj1 = new Man(); obj1.sadSign(); System.out.println("wags tail"); public class GuardDog extends Dog { public GuardDog () { } public void happySign () { System.out.println("barks"); } public void angrySign () { } System.out.println("growls"); If the following lines of code appeared in the main method of a driver program, would the program compile and run? (yes or no?) If no, write 1-2 sentences to explain why not. If yes, indicate what the output would be.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question
public interface Joy (
public void happySign();
}
public class Man implements Joy {
public Man () { }
public void happySign () {
System.out.println("smiles");
}
public void sadSign () {
}
red phot
System.out.println("frowns");
a) Joy obj1 = new Man();
obj1.sadSign();
public class Dog implements Joy {
public Dog () ()
public void happySign () {
}
System.out.println("wags tail");
public class GuardDog extends Dog {
public GuardDog () { }
public void happySign () {
System.out.println("barks");
}
We public void angrySign () {
}
System.out.println("growls");
If the following lines of code appeared in the main method of a driver program, would
the program compile and run? (yes or no?) If no, write 1-2 sentences to explain why not.
If yes, indicate what the output would be.
nafn,
Transcribed Image Text:public interface Joy ( public void happySign(); } public class Man implements Joy { public Man () { } public void happySign () { System.out.println("smiles"); } public void sadSign () { } red phot System.out.println("frowns"); a) Joy obj1 = new Man(); obj1.sadSign(); public class Dog implements Joy { public Dog () () public void happySign () { } System.out.println("wags tail"); public class GuardDog extends Dog { public GuardDog () { } public void happySign () { System.out.println("barks"); } We public void angrySign () { } System.out.println("growls"); If the following lines of code appeared in the main method of a driver program, would the program compile and run? (yes or no?) If no, write 1-2 sentences to explain why not. If yes, indicate what the output would be. nafn,
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Class
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,