Question: Assignments/ 1. Question 1 saved TV (String company, String model, double price) SmartTV (int numberOfServices) DigitalTV(String definition) Person class : person object owns multiple TVs

Assignments/ 1. Question 1 saved TV (String company, String model, double price) SmartTV (int numberOfServices) DigitalTV(String definition) Person class : person object owns multiple TVs (TV, smartTV, or DigitalTV) Subscription interface boolean subscribe(String companay] boolean cancell Smart TV should implement Subscription interface Tester class has one DigitalTV, two Smart TVs, and one person has all three TVs. Person has to have like public class Person private String name: private ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
