When you change the size of a(n) _______ graphic, the objects change proportionally and maintain their smooth edges.
Fill in the blank(s) with the appropriate word(s).
vector
You might also like to view...
To support object-oriented programming, a programming language must include which of the following features?
a. encapsulation b. inheritance c. polymorphism d. all of the above
Answer the following questions true (T) or false (F)
1. The C-string library function strcmp compares two strings for equal length. 2. To get a complete line of 70 or so character into a C-string is as simple as declaring a long enough C-string and then using the >> operator to extract the line from the input.
Answer the following statements true (T) or false (F)
1. You can not use the set method to put an element at just any index. 2. Inheritance is the reason why some parameters of the ArrayList class are of type Base_Type and others of type Object. 3. A for loop is an enhanced loop. 4. The Type parameter is always indicated as a T.
Photoshop has tools that let you bend and warp text ____________________.
Fill in the blank(s) with the appropriate word(s).