10
شامل تدريب
• a C++ program operates a student management system, the
system has two main categories: Students and Teachers, each
one of the two categories has 3 attributes: name , age , id.
• If we want to add the data of 2 new students and a new
teacher to the system and then show their values, write the
suitable code for that using only the programming paradigm
of OOP that you studied.
• Make the code be ordered and optimized as possible
• Use clear comments for the rest of your team