Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
6 results for “Abstraction & Encapsulation”
Terminology · 4
term
Architecture Fundamentals
term
Architecture Fundamentals
term
Architecture Communication
term
Architecture Communication
Abstraction
Exposing what a component does while hiding how it does it, so callers depend on the contract rather than the mechanism.
Encapsulation
Keeping a component's state private, so it can only be changed through operations that maintain its invariants.
C4 Model
A set of four nested diagram levels — context, container, component, code — that keeps each diagram at one consistent level of abstraction.
Presenting to Executives
Leading with the decision and the business consequence, at a level of abstraction where technology names do not appear.
Topics · 2