Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in encapsulation

What is the proper way to encapsulate this kind of functionality?

encapsulation

What does "without violating encapsulation" mean in Memento pattern

Is it possible combining symmetric code pieces?

How to properly implement polymorphism with base class pointers in C++?

Why not always use Python properties?

How to create an object with a custom internal slot?

Having a local variable that persists after the procedure is ended

Method for storing data for 300 entry lookup table (c#)

Using an opaque pointer to a non struct type

Preventing access to "private" attribute in Python

encapsulation of a sub-namespace in c#

c# namespaces encapsulation

Exposing an internal class as a public property

Whether to use private or public methods [closed]

How to link multiple Docker containers and encapsulate the result?

Instance variables in Smalltalk Vs java

Python: Call function if setter is called?

Pass on an event from encapsulated class

c# events encapsulation

Does inheritance break encapsulation in C++

How to do package-private classes visible for other one package only?