Challenge: Concept for a Container
Let’s implement a concept for a container ourselves.
We'll cover the following...
Problem
Write a concept for a container with the following functions:
- Insert:
Let’s implement a concept for a container ourselves.
Write a concept for a container with the following functions: