Join Slack
Powered by
For example, inheriting a “static class” doesn’t m...
# getting-started
o
orangy
06/04/2016, 11:41 AM
For example, inheriting a “static class” doesn’t make its own copy of a state. If you have
BaseStatic
class with static members and state, then
OneStatic extends BaseStatic
and
TwoStatic extends BaseStatic
share the state. So reusing such “static” code is hard.
3
Views
Open in Slack
Previous
Next