Which effect applies a three-dimensional effect to a two-dimensional object?
What will be an ideal response?
Extrude & Bevel
Computer Science & Information Technology
You might also like to view...
When should a parameter be a value parameter?
a) When the parameter is carrying information into the function that does not have to be returned b) When the parameter is carrying information into the function that may be changed and the new value should be returned c) When the information is to be returned from the function using the parameter. d) When the parameter is an output parameter
Computer Science & Information Technology
A base class is created from a derived class.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology