Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 380 Bytes

File metadata and controls

13 lines (7 loc) · 380 Bytes

day-two-objects

Part of a series of assignments for the Cook Systems FastTrack'D Program

FastTrack'D Day 2

Objects, Classes, Interfaces, and Inheritance

Your assignment is simple in scope; you must complete the implementation of the IRational interface and its inheriting classes, Rational and SimplifiedRational.

The IRational Interface