Hi. I am trying to use composition instead of inh...
# codereview
p
Hi. I am trying to use composition instead of inheritance to make a chainable bounded queue. I had it working with inheritance but composition is preferable.