the compiler will generate a default

 the compiler will generate a default constructor for you unless you declare any constructor of your own.

the compiler will generate a copy constructor for you unless you declare your own.

the compiler will generate a copy assignment operator for you unless you declare your own.

the compiler will generate a destructor for you unless you declare your own.

Comments

Popular posts from this blog

Difference between Structure and Array in C

new operator