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;
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
Get step-by-step solutions from verified subject matter experts
