List some attributes and operations that might be defined for a class called Meeting that represents a business meeting.

What will be an ideal response?


Attributes could include: date, time, location, purpose, attendees (list of People)
Operations could include: setters and getters for all attributes, announce, cancel

Computer Science & Information Technology

You might also like to view...

Which of the following is true?

Given the following declarations: ``` StringBuilder buffer = new StringBuilder(“Testing Testing”); buffer.setLength(7); buffer.ensureCapacity(5); ``` a. buffer has capacity 5. b. buffer has capacity 31. c. buffer has content “Testin”. d. buffer has length 15.

Computer Science & Information Technology

Suppose we are in November 2015. Type in: =TODAY() into cell A1. Change A1's data into custom type: YY. The final result will be:

A. . November B. 2015 C. 15 D. #VALUE

Computer Science & Information Technology

Which of the following cloud services does Carbonite provide?

A. back up files B. write documents C. synchronize files D. stream music

Computer Science & Information Technology

A(n) ________ is a reference within a formula or function to a different worksheet.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology