Search⌘ K
AI Features

Exercise 2: Students Average Marks

Learn to implement a Student class in C++ that encapsulates marks and roll numbers. Explore using constructors, member functions, and average calculations to apply core concepts of classes and inheritance in object-oriented programming.

Problem statement

Write a class Student ...