Module Design
Everything on SkillVeris tagged Module Design — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Information Hiding?
Information hiding is the software design principle of concealing a module’s internal design decisions — data structures, algorithms, and implementation choice…
Information Hiding vs Encapsulation
Information hiding is the design-level principle of concealing decisions likely to change behind a stable interface, while encapsulation is the language-level…