self object#include<iostream.h> class Base { Base b; }; int main(void) { Base b; } is this possible?
self objectwell i dont. i mean a class object as an instance of the same class.
self object Can a C++ class have an object of self type?
return statementwhat is the difference between return; or return NULL;
Operator OverloadingWell while overloading the functioning of every single operator can be broken. we can do anything wh...
This user does not accept Private Messages