Question 7 All methods in an abstract class must be abstract. 10 out of 10 points Question 6 0 out of 10 points Given the data definition classes below, add line(s) to the implementation class House Implementation to demonstrate polymorphism. 1 public class House { 2 3 4 } public void setAddress () { } public double calculateCost () {} 1 public class NewConstruction extends House { 2 public double calculateCost () () 3 4} public void setMaterialList (String[] list) () 1 public class House Implementation ( 2 345 4 5) public static void main (String[] args) { Lines will go here D

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question

Answer two JAVA OOP problems.

Question 7
All methods in an abstract class must be abstract.
10 out of 10 points
Transcribed Image Text:Question 7 All methods in an abstract class must be abstract. 10 out of 10 points
Question 6
0 out of 10 points
Given the data definition classes below, add line(s) to the implementation class House Implementation to demonstrate
polymorphism.
1 public class House {
2
3
4 }
public void setAddress () { }
public double calculateCost () {}
1 public class NewConstruction extends House {
2 public double calculateCost () ()
3
4}
public void setMaterialList (String[] list) ()
1 public class House Implementation (
2
345
4
5)
public static void main (String[] args) {
Lines will go here
D
Transcribed Image Text:Question 6 0 out of 10 points Given the data definition classes below, add line(s) to the implementation class House Implementation to demonstrate polymorphism. 1 public class House { 2 3 4 } public void setAddress () { } public double calculateCost () {} 1 public class NewConstruction extends House { 2 public double calculateCost () () 3 4} public void setMaterialList (String[] list) () 1 public class House Implementation ( 2 345 4 5) public static void main (String[] args) { Lines will go here D
AI-Generated Solution
AI-generated content may present inaccurate or offensive content that does not represent bartleby’s views.
steps

Unlock instant AI solutions

Tap the button
to generate a solution

Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr