What is the most appropriate object design category for the following class? #include "Address.h" class Student public:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the most appropriate object design category for the following class? #include "Address.h" class Student public:
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!