If I'm subclassing an object and have a complicate...
# getting-started
j
If I'm subclassing an object and have a complicated calculation which needs to get passed into the constructor from the subclass, how would I do that?