2 of 2
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Just two quick notes:
- From Clean Code by Robert C. Martin:
A class name should not be a verb.
So, Start
does not seem a good name.
- Furthermore, it seems that
Band
"is-a"Start
is not true. Check HAS-A, IS-A terminology in object oriented on StackOverflow and the linked resources in that question.
palacsint
- 30.4k
- 9
- 82
- 157
default