what default function for a class does the compiler provide
Answers
Answered by
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
Social Sciences,
5 months ago
English,
5 months ago
Science,
5 months ago
Science,
9 months ago
Social Sciences,
9 months ago
Biology,
1 year ago
Chemistry,
1 year ago