Multiple Choice
The _________ of a class are also called the public services or the public interface of the class.
A) public constructors
B) public instance variables
C) public methods
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Consider the statement:<br>Throw new ArgumentOutOfRangeException(0);<br>Which of the
Q3: The Object Browser _.<br>A) lists all the
Q4: Methods that overload binary operators must take
Q5: A constructor should return either true or
Q6: You cannot validate values assigned to properties
Q7: A constructor may not have a return
Q8: Failure to release resources when the program
Q9: Composition is a form of software reuse.
Q10: Composition is sometimes referred to as a(n)_.<br>A)
Q11: Instances of a class are called class