← Glossary
マネジメント系 (Management)Tested 1×
オブジェクト指向設計
おぶじぇくとしこうせっけい · Object-oriented design
Object-oriented design is an approach that encapsulates data and the procedures that operate on it into discrete objects, with systems built around message passing between objects. Because an object's internal structure is hidden (encapsulation), callers can invoke its functions without knowing implementation details, improving reusability and maintainability.
Past questions testing this term · 1 questions
- 2009h21a #47オブジェクト指向設計の特徴はどれか。