← Glossary
マネジメント系 (Management)Tested 2×
オブジェクト指向
おぶじぇくとしこう · Object-oriented (programming/design)
A software design and development approach that treats data and the procedures that operate on it as bundled units called objects, using concepts such as classes and inheritance to modularize and reuse code. It improves reusability and maintainability, making it particularly valuable for increasing productivity in large-scale software development.
Past questions testing this term · 2 questions
- 2021r03 #41クラスや継承という概念を利用して,ソフトウェアを部品化したり再利用することで,ソフトウェア開発の生産性向上を図る手法として,適切なものはどれか。
- 2012h24a #45次の a~d のうち,オブジェクト指向の基本概念として適切なものだけを全て挙げたものはどれか。 a クラス b 継承 c データの正規化 d ホワイトボックステ…