Which of the following statements is false?
a) A decimal instance variable is initialized to zero by default.
b) By default, a property’s get and set accessors have the same access as the property.
c) A property's get and set accessors must have the same access modifiers.
d) We can declare a Balance property’s set accessor private to indicate that it may be
used only within its class, but not by the class’s clients.
c) A property's get and set accessors must have the same access modifiers.
You might also like to view...
Which statement is true?
a) The boss function normally knows how the worker function performs its designated tasks. b) A worker function may not call other worker functions. c) “Hiding” of implementation details makes it difficult to understand software. d) The boss function is normally unaware when a worker function calls another function.
For Web graphics, you will usually choose the ____ format.
A. PICT B. TIFF C. JPEG D. PSD