You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Factory Design pattern can be applied to the reader package.
The Flyweight design pattern can be used to make the program run faster and consume less memory. For large trees as the mammal tree, it should be better to reuse the objects than to create and discard objects.
The Code needs some re-factoring to comply with the well known design pattern principles.
The text was updated successfully, but these errors were encountered: