English, asked by ramavathabhishek, 9 months ago

what default function for a class does the compiler provide​

Answers

Answered by gurpreetkaur79359
0

Answer:

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.

Similar questions