Information-Hiding

2 articles
Encapsulation A fundamental object-oriented programming principle that bundles data and the methods that operate on that …Abstraction A fundamental programming principle that hides complex implementation details behind simplified interfaces, …