Q:

Declaring a copy constructor doesn’t suppresses the compiler generated copy assignment operator

0

Declaring a copy constructor doesn’t suppresses the compiler generated copy assignment operator.


  1. True
  2. False

All Answers

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

 (a).True

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
In copy constructor definition, if non const value... >>
<< If programmer doesn’t define any copy assignment...