Multiple Choice
Class methods manipulate data by ____.
A) directly accessing private data members.
B) passing information as arguments through parameters.
C) using constructors and accessors.
D) sending visible data in the Main( ) method.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: _ access modifier is always associated with
Q19: When you define a class method, you
Q20: Normally data members are defined to have
Q21: The static keyword must not be used
Q22: The keyword new is used as an
Q24: When you define a class, you can
Q25: A class is normally associated with a(n)
Q26: A standard naming convention in C# for
Q27: If you overwrite the ToString( ) method,
Q28: Constructors differ from other methods in that