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
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
Design pattern for multiple output formats
Feb 18, 2022
c++
oop
design-patterns
encapsulation
file-format
Why would you mask a base class member?
Apr 04, 2018
c#
class
encapsulation
mask
Why protected method is not accessible from subclass?
Oct 26, 2018
java
oop
inheritance
encapsulation
access-specifier
Why am I able to use my value constructor even though I don't export it?
Jan 26, 2022
haskell
module
encapsulation
ghci
value-constructor
« Newer Entries
Older Entries »