Answer to Question #270547 in C++ for Iqra

Question #270547

Interpret the following c++ program



Class students



}



Long int rollno:



Private:



Int age;



Char sex;



Float height ;



Public:



Student();



Void getdata();



Void disinfo(void);



Int process( int age,int sex);



};







1
Expert's answer
2021-11-23T06:56:31-0500

It is a definition of a student class with private members rollno, age, sex and height. There is a default constructor and functions getdata, disinfo and process to be implemented. This is most likely a header file. The program does nothing at the moment.


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS