InterviewSolution
Saved Bookmarks
| 1. |
We can check the attribute values by(a) Stating the name of the attribute in the inquiry function(b) Setting attribute values(c) Only a(d) Neither a nor bThe question was asked in homework.The query is from Bundled Attributes topic in chapter Graphics Primitives of Computer Graphics |
|
Answer» CORRECT choice is (c) Only a To EXPLAIN: We can CHECK the ATTRIBUTE values by stating the name of the attribute in the inquiry FUNCTION. |
|