


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The fundamental concepts of software components in programming. Each component has a public interface that defines exported entities, may depend on entities defined in another component's interface (weak external coupling), and may include private entities not exported. This model promotes modularity and maintainability in software development.
Typology: Lecture notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!
Programs are built out of components Each component: » has a public interface that defines entities exported by the component » may depend on the entities defined in the interface of another component (weak external coupling) » may include other (private) entities that are not exported