Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in encapsulation
Is inheritance necessary for encapsulation, abstraction and polymorphism?
May 24, 2022
oop
inheritance
polymorphism
encapsulation
abstraction
Linking enum value with localized string resource
Aug 12, 2022
c#
.net
enums
encapsulation
Is adding attributes dynamically frowned upon in Python?
May 17, 2022
python
oop
encapsulation
dynamic-languages
design-principles
Do objects encapsulate data so that not even other instances of the same class can access the data?
Feb 15, 2022
java
encapsulation
conceptual
OOP: Calling a public method within the same class
Sep 12, 2022
java
oop
methods
encapsulation
public
Objective-c: why private ivars are not hidden from the outside access when using KVC
Sep 12, 2022
objective-c
private
encapsulation
setvalue
ivars
In C++, does adding a friend to a class change its memory layout?
Nov 19, 2022
c++
encapsulation
friend
private-members
Why not use 'protected' or 'private' in PHP?
Oct 18, 2022
php
encapsulation
golang public method to private struct - is this have any use case
Oct 29, 2022
go
encapsulation
Accessing package-private fields in Java
May 21, 2022
java
android
encapsulation
How do you get people to value abstraction and flexibility over "just getting it done"?
Sep 15, 2022
architecture
encapsulation
abstraction
C# declare both, class and interface
Sep 14, 2022
c#
interface
declaration
encapsulation
How often do you see abuse of C# shorthand getters/setters?
Aug 26, 2022
c#
encapsulation
setter
getter
automatic-properties
In Java, is it ever a bad idea to make an object's members publicly available?
Aug 31, 2022
java
field
private
encapsulation
public
Why does Visual Studio compiler allow violation of private inheritance in this example?
Mar 16, 2022
c++
visual-studio
encapsulation
unique-ptr
private-inheritance
Is this strategy, to avoid global variables in C, right? [closed]
Nov 07, 2022
c
embedded
global-variables
encapsulation
In C++, given a member function in class A, can we restrict its access to only class B, without giving B complete friend access to A? [duplicate]
Sep 23, 2022
c++
encapsulation
Is a private synthesized property an oxymoron?
Jun 26, 2019
iphone
objective-c
oop
encapsulation
Dosen't Reflection API break the very purpose of Data encapsulation?
Nov 10, 2022
java
reflection
private
encapsulation
Is it proper to get and especially set Perl module's global variables directly?
Aug 18, 2022
perl
coding-style
encapsulation
perl-module
« Newer Entries
Older Entries »