Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include "StudentCourses.h"
  2.  
  3. double StudentCourses::get_final_score() const {
  4. return courses.get_final_score();
  5. }
  6. void StudentCourses::display() const {
  7. student.display();
  8. courses.display();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement