In InDesign, what is a Table of Contents?

What will be an ideal response?

A Table of Contents is an individual InDesign document that you add to the Book panel.

Computer Science & Information Technology

You might also like to view...

Which statement is true when a superclass has protected instance variables?

a. A subclass object can assign an invalid value to the superclass’s instance variables, thus leaving an object in an inconsistent state. b. Subclass methods are more likely to be written so that they depend on the superclass’s data implementation. c. We may need to modify all the subclasses of the superclass if the superclass implementation changes. d. All of the above.

Computer Science & Information Technology

When an application uses many components, instead of extending just one class from the JFrame class, a better approach is to:

A) break the application into several smaller applications B) reconsider the design of the application C) encapsulate smaller groups of related components and their event listeners into their own classes D) just go ahead and do it in one large class

Computer Science & Information Technology