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 code takes very little advantage of object oriented programming features in python. There needs to be a class inheritance hierarchy and better class organization to prevent reuse of code and convoluted inefficient solutions
Create a Class hierarchy between text message classes
The text was updated successfully, but these errors were encountered:
The code takes very little advantage of object oriented programming features in python. There needs to be a class inheritance hierarchy and better class organization to prevent reuse of code and convoluted inefficient solutions
The text was updated successfully, but these errors were encountered: