________ adds background color to one or more paragraphs
A) Highlighting
B) Track Changes
C) Lists
D) Shading
D
Computer Science & Information Technology
You might also like to view...
The color of comments in the Code window is ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. Only the private section of a class is accessible from the outside. 2. Inheritance allows a programmer to create a new class from an existing class by adding more data and/or functions. 3. A user can (usually) only access the data of a class by calling its member functions. 4. The semicolon after the closing brace of a class definition is optional. 5. Identifiers in the private section of a class can only be accessed within the class itself.
Computer Science & Information Technology