Problem #867 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to create a class called "School" with attributes for students, teachers, and classes, and methods to add and remove students and teachers, and to create classes.

Your Solution