In C++ write a class. The requirements for the class are defineas followings:
- Class Student – This class must atleast include the following properties:
- Student first name (required/non-null)
- Student last name (required/non-null)
- Student middle name (optional)
- Student ID (required)
Expert Answer
An answer will be send to you shortly. . . . .