The copy constructors can be used to
Options
- 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
