Which of the following are class methods and which are object methods? How can you tell which are which?
1. Math.abs(-3)
2. soundObj.play()
3. FileChooser.pickAFile()
4. pictureObj.show()
5. ColorChooser.pickAColor()
6. turtle1.turnLeft()
1. Class method since Math starts with an uppercase letter.
2. Object method since soundObj starts with a lowercase letter.
3. Class method since FileChooser starts with an uppercase letter.
4. Object method since pictureObj starts with a lowercase letter.
5. Class method since ColorChooser starts with an uppercase letter.
6. Object method since turtle1 starts with a lowercase letter.
You might also like to view...
The fastest form of interprocess communication provided in UNIX is __________
A) ?shared memory ? B) ?message C) ?pipe ? D) ?semaphore
You can use the ____ as a notes or storage area as you develop Flash documents.
A. workspace B. Property inspector C. Panels area D. pasteboard
The block cipher used in 802.11i is the ____________________.
Fill in the blank(s) with the appropriate word(s).
Case Based Critical ThinkingKatie wants to be sure that her designers are using InDesign as effectively as possible. Though she doesn't want them to rush through their jobs, she does want them to utilize the software to its fullest effect. Katie's team is working on a layout for a page in which animal images are on the bottom layer on the Layers panel. On the top layer are images of trees, and the layout calls for all the animals to be hiding behind the trees. The client would like only the horse image to appear in front of the trees. The designer selects the horse image then applies the Bring To Front command, and is then confused because the image is still behind the trees. This designer is confused by which component of working with layered artwork?
A. The Bring To Front command vs the Send To Back command B. The Stacking Order vs the order of layers on the Layers panel C. Working with locked layers D. Working with hidden layers