hello, i'm confused here. i have an assignment that required me to create a project registration program that have student, project and supervisor. i haven't start to do it yet. but i've gone through the question. there's a part of the program that need to list out the student's, supervisor's and project's attributes that the user had enter. i thought of using vector to store all the attributes. but i don't think vector can do/store the attribute and list it out with something like this:
project's name: Computer
Supervisor: DR Stanley
Student Name: Robbinson
Student ID: 12345532
so, i'm not sure how to do for this part. can anyone explained to me what other method can i use? well, i know for this assignment, i need to use class and inheritance so far...
thank you