Question: B.9) What will this program print according to Computer and Notebook implementation in the class? Computer compl] = new Computer[3]; comp[0] = new Computer(Ace, AMD,

B.9) What will this program print according to Computer and Notebook implementation in the class? Computer compl] = new Computer[3]; comp[0] = new Computer("Ace", "AMD", 8, 750, 3.5); comp[1] = new Notebook("Dell", "Intel", 4, 500, 2.2, 15.5, 7.5); comp[2] = comp[1]; for (int i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
