How to access the classname inside another class in c++?
Answers
Answered by
0
#include<cstudio>
class one {
public :
int no_of_students;
one( ) { no_of_students = 0 ; }
void new_admission ( ) { no_of_students+ } ;
class one {
public :
int no_of_students;
one( ) { no_of_students = 0 ; }
void new_admission ( ) { no_of_students+ } ;
Similar questions
Physics,
7 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago
Science,
1 year ago
Chemistry,
1 year ago