Skip to content

Commit

Permalink
remove ts option
Browse files Browse the repository at this point in the history
  • Loading branch information
jhl4 authored Feb 6, 2024
1 parent 5e2a87e commit 062e3e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions labs/lab05.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
### Setup
<u>Fork</u> and clone the repo from [https://github.com/CMU-17-214/f23-lab05](https://github.com/CMU-17-214/f23-lab05.git)

The repo has both Java and Typescript codes so feel free to implement in either of the languages you feel comfortable. Please try out the other language in your own time to gain an understanding of inheritance & delegation in both languages.

## Task Overview
You will examine the strengths and weaknesses of inheritance and delegation by using both techniques to add a feature to a ```SortedIntList``` class. The ```SortedIntList``` class is one of a family of integer lists. It is very similar to the ```AbstractIntList```, except it stores its elements in ascending order.

Expand Down

0 comments on commit 062e3e4

Please sign in to comment.