🎴 Flashcard Mode

Component-Based Development and COBOL Programming

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A is a software unit whose functionality and Dependencies are completely defined by its .

AnswerClick to flip back
A
Component, Interfaces.
💡 Explanation:

A component is a self-contained software unit with well-defined functionality, and its dependencies (what it requires from other components) are specified through interfaces. Interfaces define the contract between components without exposing implementation details, enabling loose coupling and independent development.

Change Mode