Q:

If programmer doesn’t define any copy assignment operator then ____________________

0

If programmer doesn’t define any copy assignment operator then ____________________


  1. Compiler gives an error
  2. Program fails at run time
  3. Compiler gives an implicit definition
  4. Compiler can’t copy the member values

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).Compiler gives an implicit definition

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OBJECTS AND POINTERS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Declaring a copy constructor doesn’t suppresses ... >>
<< Predict the output of the program...