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.
We'll cover the following...
We'll cover the following...
Problem statement
Write a class Student ...