Multiple Choice
Assuming that Rectangle is a class name, the statement:
A) declares an object of class Rectangle
B) assigns the value of *BoxPtr to the object Rectangle
C) defines a Rectangle pointer variable called BoxPtr
D) is illegal in C++
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: More than one destructor function may be
Q19: Whereas object-oriented programming centers on the object,
Q23: When you dereference an object pointer, use
Q27: A private member function is useful for
Q29: The process of object-oriented analysis can be
Q29: Examples of access specifiers are the key
Q30: Objects in an array are accessed with
Q33: The constructor function always has the same
Q35: When a constructor function accepts no arguments,
Q36: When an object is defined without an