Question: Write a C + + program that performs the following tasks: Create a Student class with the following features: Attribute: name ( string ) age

Write a C++ program that performs the following tasks:
Create a Student class with the following features:
Attribute:
name (string)
age (int)
grade (array of int, size 5)
Methods:
inputDetails: This function will update/initialize the class attributes; name, age and grade.
setDetails: This function will initialize the attribute with the given parameters. student_age , array
Write a C + + program that performs the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!