Page 1 of 1

What is the most appropriate object design category for the following class? #include "Address.h" class Student public:

Posted: Fri Apr 29, 2022 8:04 am
by answerhappygod
What Is The Most Appropriate Object Design Category For The Following Class Include Address H Class Student Public 1
What Is The Most Appropriate Object Design Category For The Following Class Include Address H Class Student Public 1 (51.26 KiB) Viewed 18 times
What is the most appropriate object design category for the following class? #include "Address.h" class Student public: Student(string="000000000", string="Hey you!", string="basket-weaving", Float @.@f, int-e, string string="", string=""); Student (Student); Student(); string getName(); void setName(string); void print(); private: string number; string name; string majorPgm; float gpa; Address* homeAddr; Boundary Control Collections Entity