Which of the following statements about class objects is correct?
An object cannot be declared as const
B. Assigning an object to an object of the same type results in default member-wise copy
C. A class object cannot be a data member in the other class