serious matter

create a programthat illustrates your knowledge and undrerstanding of using OOP in C++. the program is designed to assist in the scheduling of classroom assignments for each semester.you will use a file or files in which the data is stored. The program will use the concept of building ,floor and classroom where we emplot inheritance . you will determine the nunmber of seats availible and the different times in which the classrooms are scheduled. there are only 3 or four classrooms which can be used. you will schedule the classes for only computer/electrical engineering. you cannot schedule classes at the same time if they are to be taken during the same semester. classes should be scheduled with , if possible, all labs in the afternoon. please at least someone help me get started
OP wrote:
create a programthat illustrates your knowledge and undrerstanding of using OOP in C++

What is your knowledge and understanding in this area?
The program will use the concept of building ,floor and classroom where we emplot inheritance

Whoever created this assignment doesn't have a great understanding of using OOP. This is clearly composition and not inheritance.
You seem to have a mis-understanding of what this forum is for. We aren't here to do your homework for you. We are here to help when you have a problem and need an answer to a C++-related question. This is your 5th post, and none of your previous ones asked a specific question. They were all simply begging for someone to do your homework.
Topic archived. No new replies allowed.