A. There are no problems or compiling errors with this code. B. There is an error with "void DoubleABC(ABC& abc)" because class ABC does not have a copy constructor. C. There is a problem because the class ABC does not have a destructor. D. There is a problem because there is no return type with the constructor "ABC(int i = 0)" in the class ABC.
Total Answers and Comments: 3
Last Update: December 17, 2008 Asked by: prettyfox