You can improve the appearance of a document by using spaces to align text within a line at specific positions on the page.

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

False

Computer Science & Information Technology

You might also like to view...

Which of the following statements about object-oriented design is false?

a. OOD takes advantage of inheritance relationships. b. OOD encapsulates attributes and operations into objects. c. OOD focuses on actions (verbs). d. Each class can be used to create multiple objects.

Computer Science & Information Technology

To declare class subClass a privately derived class of superClass one would write:

a. class subclass : private superClass b. class subclass :: private superClass c. class subclass d. class subclass inherits private superClass

Computer Science & Information Technology