When memos are sent to more than one person, it is appropriate to key the names after the word TO: and separate them with commas as shown below:TO: Jim Smith, Joyce Wyms, Charles Zale
Answer the following statement true (T) or false (F)
True
You might also like to view...
When deriving a class, you should
a. list only base class functions that will be redefined b. list all the member functions of the base class c. make every function a virtual function d. overload all the base class member functions
When you define a C++ class so that the result is an ADT, which of the following remarks about whether to make a member variable or function public or private are correct?
a) Make them all public. It simplifies life and makes things more efficient to be able access members anywhere. b) Don’t make member variables public. c) Make all member functions public. d) There are some member functions that shouldn’t be public, but most should be public.
The default slide layouts are set up in portrait orientation.
Answer the following statement true (T) or false (F)
Animation applied to an object on a slide can be applied to another object on the slide by using the ________
Fill in the blank(s) with correct word