Loading

Exercise Number: 1

Q. Create a class Student with private data members name and age. Provide public setter and getter methods to update and fetch their values. Access the data through these methods.