Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a) Write the constructor definition for both subclasses (4 marks) Subclass : SwimmingGlass Attributes: private char Type; // 'A' Anti-fogging goggle, 'S' - short-sighted goggle

image text in transcribed
image text in transcribed
image text in transcribed
a) Write the constructor definition for both subclasses (4 marks) Subclass : SwimmingGlass Attributes: private char Type; // 'A' Anti-fogging goggle, 'S' - short-sighted goggle private String style; // "Retro", "Warrior" or "Modern" Method: /ecessary constructor, getter and setter methods public double calCharges() //method to calculate the price public String toString() // method to display the data members Subclass : Cycling Glass Attributes: private char type_glass / T' Transition Glass, 'p' Polarized glass, I' Iridium glass */ private boolean uvProtection; /* with UV protection extra RM 30 will be charge to the total price */ Method: /ecessary constructor, getter and setter methods public double calcharges() //method to calculate charges=price-deposit public String toString() 7/ method to display the data members

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago