I have class "Student" and "Course" class. My "Student" class contains inside it- Course** courseList - pointers array. Now, when i'm realization my "Student" constructor how can i initialize my courseList array? can i do it at all despite the fact the array is a type that belongs to another class?I have class "Student" and "Course" class. My "