write a class definition called string with two Private data members are called length and name of type int' and 4 respectively there are two public Member function get data and display and one constructor
Answers
Answered by
3
Data members are the variables and member functions are the ... There are two types of data members/member functions in C++: Private members; Public members ...
Similar questions