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
Hi! This message is a suggestion for your code to be SOLID compliant.
Inheritance in the account class allows the checking account and savings account classes to handle their own transactions. Complying with Single Responsibility Principle.
The ATM and OptionMenu classes inherit from Account class, this element aren't relationship with inherit and maybe in the future the class will have unnecessary inheritance. Open-Close Principle.
The text was updated successfully, but these errors were encountered:
Hi! This message is a suggestion for your code to be SOLID compliant.
Inheritance in the account class allows the checking account and savings account classes to handle their own transactions. Complying with Single Responsibility Principle.
The ATM and OptionMenu classes inherit from Account class, this element aren't relationship with inherit and maybe in the future the class will have unnecessary inheritance. Open-Close Principle.
The text was updated successfully, but these errors were encountered: