programming-formalisms / programming_formalisms_project_summer_2024

Learners' project of the Programming Formalisms course of summer 2024
GNU General Public License v3.0
0 stars 0 forks source link

DNA: DNA has a code #23

Open richelbilderbeek opened 2 months ago

richelbilderbeek commented 2 months ago

A DNA class holds a string that contains the DNA code, which, in Python, is a String.

Add a has-a relation in the class diagram. Add it to the src file and write a test to confirm it exists.