Multiple Choice
If Circle is the name of a class, which of the following statements would create a Circle object named myCircle?
A) Circle myCircle;
B) Circle myCircle() ;
C) myCircle Circle() ;
D) myCircle Circle;
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A constructor is a public class function
Q28: A constructor may have a return type
Q29: A structure variable is similar to a
Q30: member function may be called by a
Q31: A destructor is a member function that<br>A)is
Q32: Objects permit data hiding. This means they
Q34: If Square is the name of a
Q35: A class may have default constructor(s)and destructor(s).<br>A)more
Q36: Public members of a class object can
Q38: The name of a destructor must begin