Multiple Choice
Which of the following statements is true
A) Methods and instance variables can be public, protected or private.
B) Information hiding is achieved by restricting access to class members via keyword public.
C) The public members of a class are not directly accessible to the client of a class.
D) None of the above is true.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q12: An object's this reference refers to:<br>A) the
Q14: An object initializer list cannot be empty.
Q15: C# is like C++ in that programmers
Q16: The use of references to objects of
Q17: Variables that are static have class scope.
Q18: A static method may access static and