Consider the following statements:class shape{public:virtual void draw() = 0;virtual void move(double x, double y) = 0;...};The code above is an example of a(n) ____________________ class definition.
Fill in the blank(s) with the appropriate word(s).
abstract
You might also like to view...
Convert -1210 to binary using the Excess_127 system.
a. 10001100 b. 01110011 c. 0.1110011E-12 d. Cannot be done
Concerning nested classes, which of the following are true?
a. You can define a class within a class. b. The inner class must always be public c. The inner class is within the scope of the outer class. d. Qualification by the outer class name with the scope resolution operator is necessary to use the inner class outside the outer class. e. A local class can contain static members.
Web pages themselvers can be embedded as ____________________.
Fill in the blank(s) with the appropriate word(s).
Answer the following statement(s) true (T) or false (F)
1. The Channel Mixer lends itself more toward artistic expression than for tasks related to simple restoration or technical graphics. 2. Photoshop allows you to convert directly from RGB to LAB Color mode; however, using the intermediary CMYK mode gives you more flexibility in color changes and contrast. 3. RGB and CYMK are subsets of the LAB color space. 4. Because LAB colors are combinations of colors, they may look different on different devices. 5. The RGB color mode is independent of the type of device or media, and may be used for either display or printing.