Object-Oriented Systems Development
- Let us assume that there are two classes, namely M and N. Consider the following statement:
M calls a member of N
Which object-oriented relationship can provide this information?
a) Use relationship
b) Containment relationship
c) Inheritance relationship
d) None of the above
- Which of the following is associated with the process of a class organization?
a) Single-tree model
b)
c) Both a and b
d) None of the above
- Which of the following is NOT true about prototyping process?
a) It is the process of building and testing a working model of the proposed system
b) It is the process of time consuming and expensive
c) Both a and b
d) None of the above
- Which of the following can be used to identify the objects in object-oriented design?
a) Textual analysis
b) Data flow diagram
c) Both a and b
d) None of the above