Question: Write a program in C++ that defines a class called Student and private fields are studentId type interget, studentName of type string and cgpa type
Write a program in C++ that defines a class called Student and private fields are “studentId” type interget, ”studentName” of type string and ”cgpa” type of double. The class also has all type of constructors (default, parameterized and copy) and display function to prints the information.
Step by Step Solution
3.32 Rating (158 Votes )
There are 3 Steps involved in it
Let me first explain some of the important points and concepts before providing you the code Class i... View full answer
Get step-by-step solutions from verified subject matter experts
