Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in encapsulation

How abstraction and encapsulation differ?

IEnumerable vs IReadonlyCollection vs ReadonlyCollection for exposing a list member

Good way to encapsulate Integer.parseInt()

C#: Difference between List<T> and Collection<T> (CA1002, Do not expose generic lists) [duplicate]

Using a strategy pattern and a command pattern

Difference between Encapsulation and Abstraction

Must Dependency Injection come at the expense of Encapsulation?

Java: Subpackage visibility?

Abstraction VS Information Hiding VS Encapsulation

Should I return a Collection or a Stream?

Understanding the difference between __getattr__ and __getattribute__

When should you use 'friend' in C++?

c++ oop encapsulation friend

Difference between abstraction and encapsulation?

Why are Python's 'private' methods not actually private?

Difference between private, public, and protected inheritance