Tovar203 / CSE2102-SP24-Lab1-Group41

Lab 1 CSE 2102
0 stars 0 forks source link

Progress Report 2 #3

Open Tovar203 opened 8 months ago

Tovar203 commented 8 months ago

Now around 50% completion after almost completing code interpretation and distinguishing multiple classes. 2/15/24

soumyashreesahoo2024 commented 8 months ago

I want to remind you that the two classes in the Python code aren't following object-oriented principles; they still rely on procedural thinking. So, please don't include them in your class diagrams. Instead, think about how to redesign the functions from the Python code using an object-oriented approach. Imagine creating classes for the calculator program without getting stuck on the specific details of the Python code. Consider what classes could represent the key functions of the calculator. Thank you.