Saturday, 18 February 2017

Class of student data

In this program we will create class of student and enter his record using setter and getter function with one extra function of display. The code is given below. //Code starts  #include<iostream> #include<conio.h> using namespace std; class stu {          ...
Share: