Question: Write an app. that has a class named Laptop w/ attributes named laptopMake (e.g. Dell, HP), laptopRAM, and serialNumber, and also getters and setters for
Write an app. that has a class named Laptop w/ attributes named laptopMake (e.g. Dell, HP), laptopRAM, and serialNumber, and also getters and setters for each of these fields. Create a LaptopArrayDemo class that asks the user to create 3 Laptop instances and use an array to store pointers to each, and then prints them all out. I am currently using netbeans IDE 8.2, please keep this in mind
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
