Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a class to represent a parking enforcement agent called Parking TicketType. This object encapsulates officer name, badge number and a list of 10 tickets

image text in transcribed
Design a class to represent a parking enforcement agent called Parking TicketType. This object encapsulates officer name, badge number and a list of 10 tickets generated while on patrol. The description for the car, meter and ticket objects are below Variable name Data type Size Description officerName string Officer's last name badgeNo int Officer's badge number tickets TicketTypel 10 Numerical test score Use the information hiding concept mentioned in class. Car Type: Variable name Data type Description make string Car name model string Car model color string Color of car licenseNo string License number of the car time number of minutes that the car has been parked int Responsibilities include: To know the car's make, model, color, license nun fer. To know the number of minutes that the car has been parked. Meter Type: Design a class to represent a parking enforcement agent called Parking TicketType. This object encapsulates officer name, badge number and a list of 10 tickets generated while on patrol. The description for the car, meter and ticket objects are below Variable name Data type Size Description officerName string Officer's last name badgeNo int Officer's badge number tickets TicketTypel 10 Numerical test score Use the information hiding concept mentioned in class. Car Type: Variable name Data type Description make string Car name model string Car model color string Color of car licenseNo string License number of the car time number of minutes that the car has been parked int Responsibilities include: To know the car's make, model, color, license nun fer. To know the number of minutes that the car has been parked. Meter Type

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

Step: 3

blur-text-image

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

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions