Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 358 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 358 Bytes

u02-encapsulation

in class exercise for u02 updated Fall 2024

Part 1: Non OO Design

Fill in the body of the following methods in Main: triangle_category triangle_area

Use the test methods to ensure they are working properly.

Part 2: Now with OO

Using what we learned, refactor the code to be object oriented with at least 2 objects: Point Triangle