The copy constructors can be used to
Asked In: BPSC TRE 3.0Options
- A. Copy an object for type casting
- B. Copy an object so that it can be passed to a function
- C. Copy an object so that it can be passed to another primitive type variable
- D. Copy an object so that it can be passed to a class