Question: code? Given the following class public abstract class Cake f protacted String name; protncted double rate; pubic Cake (String n, double r) I name =n;

code? code? Given the following class public abstract class Cake f protacted String

Given the following class public abstract class Cake f protacted String name; protncted double rate; pubic Cake (String n, double r) I name =n; rate =r. \} public abstract double getPrice0; @il Overido putic String toStringOl ratum name + "r" + rate; 1 . 1 A. Based on class Cake and the following table, define (2) subclasses named as orderCake and readymadeCake. B. write a Iest program that will: - Declare an array of 4 cake objects. - Create 2 objects from orderCake and 2 objects from readymadeCake then store them into the array. o Display the price for all types of cakes and the quantity sold for teadymade cakes. (Use the instance of operater)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!