private constructor , without object with static function studypoint18:36 #include<iostream.h> #include<conio.h> class s { int b; s(int a):b(a) { cout<<"value:\t"...Read More