Computer Science, asked by rknair7217, 1 year ago

How to access the classname inside another class in c++?

Answers

Answered by VashisthAtul
0
#include<cstudio>
class one {
public :
int no_of_students;
one( ) { no_of_students = 0 ; }
void new_admission ( ) { no_of_students+ } ;
Similar questions