알파카징징이 알파카징징이 코딩하는 알파카

데이터 구조 및 분석 ch_2_6 Quiz 2

» writing

KAIST 산업및시스템공학과 문일철_ 데이터 구조 및 분석 수업을 참고하여 작성하였습니다

ch_2_6 Quiz 2

정의


Quiz 2

1. Software design is important because it is a schematic for 
software implementation.
-> T

2. In terms of efficiency, good software means that it is easy to 
implement, is designed with a smaller size
and has a faster speed of execution.
-> T

3. In object-oriented design, Class is a result of execution.
-> F

4. In the description of a Class, a public operation is shown by __.
-> +

5. What is the name of class that contain one or more abstract methods?
-> Abstract Class

6. ______between classes represents the use relationship.
-> Dependency

7. What is the relationship between Customer, Employee and Person
in Figure? (G__)
-> Generalization

8. ______: Giving superclass's attributes, such as member variables 
and methods, to subclasses.
-> Inheritance