<=Back
Interpret the following C++ program segment. (6 marks)
class student{
long int roll no;
private:
int age;
char sex;
float height;
public
student ( ) ;
void getdata ( ) ;
void disinfo (void) ;
int process (int age, int sex) ;
};
 Viewed: 447 times
Share in: