plush.PricePerSqYard = 40.99;
If proper naming conventions were used in the above statement, which of the following statements is true?

A. PricePerSqYard is a property
B. plush is an object
C. 40.99 is a numeric literal
D. all of the above


Answer: D

Computer Science & Information Technology

You might also like to view...

A(n) ____________________ allows you to view your data one record at a time, with the fields of each record arranged on your computer screen as they might be arranged on a printed form.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Works without copyright protection are considered to be in the

A. copyleft domain
B. public domain
C. free use domain
D. trademark zone

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The most popular database model is the relational database in which data is stored in simple tables. A table includes records and fields. 2. A database is a collection of data that’s organized for easy access and manipulation. 3. Secondary storage data takes much longer to access than data in primary memory, but the cost per unit of secondary storage is much higher than that of primary memory. 4. High-level languages allow you to write instructions that look almost like everyday English and contain commonly used mathematical expressions. 5. An object has attributes that it carries along as it’s used in a program.

Computer Science & Information Technology

The ________ Form tool is used when you want to build a form by adding fields one at a time or arrange them in a different order

Fill in the blank(s) with correct word

Computer Science & Information Technology