Newbetuts
.
New posts in encapsulation
IEnumerable vs IReadonlyCollection vs ReadonlyCollection for exposing a list member
c#
.net
list
ienumerable
encapsulation
Simple way to understand Encapsulation and Abstraction
oop
language-agnostic
encapsulation
abstraction
Effective C++ Item 23 Prefer non-member non-friend functions to member functions
c++
encapsulation
member-functions
non-member-functions
effective-c++
C#: Difference between List<T> and Collection<T> (CA1002, Do not expose generic lists) [duplicate]
c#
collections
encapsulation
How abstraction and encapsulation differ?
c#
oop
encapsulation
abstraction
Set and Get Methods in java?
java
methods
encapsulation
setter
getter
Using a strategy pattern and a command pattern
design-patterns
encapsulation
strategy-pattern
command-pattern
Difference between Encapsulation and Abstraction
oop
encapsulation
abstraction
Properties vs. Fields: Need help grasping the uses of Properties over Fields
c#
properties
field
encapsulation
Must Dependency Injection come at the expense of Encapsulation?
oop
dependency-injection
inversion-of-control
encapsulation
Java: Subpackage visibility?
java
package
visibility
encapsulation
Should I return a Collection or a Stream?
java
collections
java-8
encapsulation
java-stream
Good way to encapsulate Integer.parseInt()
java
exception-handling
encapsulation
Can I access private members from outside the class without using friends?
c++
encapsulation
private-members
Understanding the difference between __getattr__ and __getattribute__
python
oop
encapsulation
getattr
getattribute
Abstraction VS Information Hiding VS Encapsulation
encapsulation
abstraction
glossary
ooad
information-hiding
How do I return a reference to something inside a RefCell without breaking encapsulation?
rust
encapsulation
contravariance
mutability
interior-mutability
When should you use 'friend' in C++?
c++
oop
encapsulation
friend
Difference between abstraction and encapsulation?
oop
encapsulation
abstraction
Why are Python's 'private' methods not actually private?
python
python-2.7
encapsulation
information-hiding
Prev
Next