From 728024087bc8f7f306254e93be62e9b7d27e605e Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 15 Apr 2025 09:42:51 -0400 Subject: [PATCH] renaming --- labs/inheritance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/inheritance/README.md b/labs/inheritance/README.md index f15d918..d327255 100644 --- a/labs/inheritance/README.md +++ b/labs/inheritance/README.md @@ -1,4 +1,4 @@ -# Lab 12 — Multiple Inheritance & Exceptions +# Lab 11 — Multiple Inheritance & Exceptions For this lab you will build a class inheritance structure to match the hierarchy of classic geometric shapes. The finished program will read lists of 2D point coordinates from a file and determine the shape described