Assuming the same file system as before, consider a scenario consisting of selecting a file on a floppy, dragging it to Folder and releasing the mouse. Identify and define at least one control object associated with this scenario.
What will be an ideal response?
The purpose of a control object is to encapsulate the behavior associated with a user level transaction. In this example,
we identify a CopyFile control object, which is responsible for remembering the path of the original file, the path of
the destination folder, checking if the file can be copied (access control and disk space), and to initiate the file
copying.
Computer Science & Information Technology
You might also like to view...
The ________ command sends a copy of the email to everyone to whom the original email was sent
A) Forward: B) Reply All: C) Reply: D) Send:
Computer Science & Information Technology
When the ________ displays, you know you can draw a shape
A) placeholder B) text box C) crosshair pointer D) ruler guide
Computer Science & Information Technology