Question: Apply SOLID principles on the following code: class TA { private: }; char* name; // person name // date of birth Date dob; char*
Apply SOLID principles on the following code: class TA { private: }; char* name; // person name // date of birth Date dob; char* program; // student's program of study char* rank; // teacher's rank int stipend; // TA salary ...
Step by Step Solution
3.42 Rating (152 Votes )
There are 3 Steps involved in it
The SOLID principles are a set of concepts in software design introduced by Rober C Martin which are intended to make objectoriented designs more understandable flexible and maintainable The acronym S... View full answer
Get step-by-step solutions from verified subject matter experts
