1package tutorial4.part2;
ElectronicsProduct class with attributes for product ID, name, and price.
Television class, which is a subclass of the ElectronicsProduct class.
Television(String productId, String name, double price, int warrantyPeriod)
void extendWarranty(int months)