CSC 175 - Assignment #10a

Dr. R. M. Siegfried

Assignment #10a - Writing a Basic Class

Due Friday, February 16, 2024

You are going to write a class called Book. It will have the following properties:

All the properties are public.

The class will have:

There will also be two other methods:

Write a separate class with a main() method which uses the Book class.

[Back to the Assignment Index]