When you have identified the information that a class is responsible for knowing, then you have identified the class's ____________.
a. methods
b. names
c. fields and/or properties
d. objects
c. fields and/or properties
Computer Science & Information Technology
You might also like to view...
________ set is the name used for a collection of related sets of information that are composed of separate elements
A) Field B) Data C) Information D) Variable
Computer Science & Information Technology
Which of the following statements formats the contents of thedblPayvariable with a dollar sign and no decimal places?
A. lblPay.Text = dblPay.ToString("C2") B. lblPay.Text = dblPay.ToString(C0) C. lblPay.Text = dblPay.ToCurrency("C0") D. lblPay.Text = dblPay.ToString("C0")
Computer Science & Information Technology