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 protected
In Java, why can a protected member be accessed from outside the class within the same package? [duplicate]
Sep 16, 2022
java
protected
protected data in abstract class
Sep 15, 2022
java
abstract
protected
Is it possible to mock protected properties and methods
Jun 20, 2022
php
mocking
phpunit
protected
mockery
What's the real reason for preventing protected member access through a base/sibling class?
Nov 15, 2022
c#
protected
Testing private class member in C++ without friend [duplicate]
Oct 24, 2022
c++
unit-testing
private
protected
members
Is there a way to forbid subclassing of my class?
Nov 02, 2022
c++
final
keyword
protected
subclassing
Why subclass in another package cannot access a protected method?
Sep 12, 2022
java
package
subclass
protected
modifier
Why is protected constructor raising an error this this code?
Sep 03, 2022
c++
constructor
protected
What does the protected modifier mean?
Sep 03, 2022
java
protected
access-modifiers
Why can't my subclass access a protected variable of its superclass, when it's in a different package?
Aug 17, 2022
java
packages
access-modifiers
protected
C++: Why does my DerivedClass's constructor not have access to the BaseClass's protected field?
Nov 15, 2022
c++
inheritance
constructor
protected
access-specifier
protected vs public constructor for abstract class? Is there a difference?
Sep 01, 2022
c#
constructor
public
protected
accessing a protected member of a base class in another subclass
Aug 31, 2022
c++
inheritance
encapsulation
protected
Reasons to use private instead of protected for fields and methods
Aug 31, 2022
oop
visibility
private
protected
How do I use Mockito to mock a protected method?
Sep 21, 2022
junit
mocking
mockito
protected
Why can't I use protected constructors outside the package? [duplicate]
Aug 31, 2022
java
protected
access-modifiers
Workaround to accomplish protected properties in Objective-C
Aug 31, 2022
objective-c
properties
protected
difference between protected and package-private access modifiers in Java? [duplicate]
Aug 30, 2022
java
package
protected
access-modifiers
Understanding java's protected modifier
Aug 30, 2022
java
visibility
protected
access-modifiers
Why can't I access C# protected members except like this?
Aug 30, 2022
c#
overriding
protected
access-modifiers
« Newer Entries
Older Entries »