Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Can we use protected variables in other classes
java
0 Vote
2 Réponses
25th Jan 2017, 2:33 PM
Vishnu Vardhan Mamidi
How can i use private, public, protected with backgroundColor attribut? I want to use protected backgroundColor in class. Thanks
class
-1 Vote
1 Réponse
14th Jun 2021, 6:29 AM
Malick Diagne
Why do we use protected access specifier in class..
c++
oop
0 Vote
2 Réponses
22nd Apr 2018, 5:48 AM
kashif ahmad
What is the use of protected access specifier in Java.
java
protected
1 Vote
4 Réponses
5th Jul 2017, 2:49 AM
Viraj Singh
Explain how the system is protected against infinite loop?
infinite_loop
loop
operating_system
system
0 Vote
1 Réponse
1st Mar 2021, 3:38 PM
hanan alhinai
In C# what's the difference between readonly and inherited protected class variables?
c#
1 Vote
6 Réponses
21st Dec 2019, 7:59 AM
Hisham Mohammed
What is the scope of private, public and protected in c++?
access
1 Vote
3 Réponses
2nd Dec 2019, 12:47 PM
Swathy Kumaravelu
Difference between public, private and protected access specifiers in cpp?
cpp
2 Votes
2 Réponses
19th Mar 2017, 3:05 AM
c s gujral
Python data structure balanced paranthesess project last test incorrect but why. Help
protected
python3
-1 Vote
4 Réponses
7th Mar 2021, 2:24 PM
S UZAIR ASIF
What's the benefit of using private and protected access specifiers in classes?. C++
c++
0 Vote
8 Réponses
11th May 2020, 8:16 PM
The Unknown
Code sample for internal and protected internal in C#
c#
encapsulation
0 Vote
1 Réponse
1st Apr 2017, 12:20 AM
nextco
What is the main difference between private and protected
private
protected
0 Vote
1 Réponse
26th Jan 2017, 7:52 AM
Sanjay Shah
How to make a password protected web page without JavaScript.
javascript
1 Vote
2 Réponses
1st Nov 2016, 8:01 AM
Mohammad Abdullah
why we cannot use protected access for outer class in java ?
access-modifiers
classes
java
protected
3 Votes
2 Réponses
28th Jul 2018, 6:45 AM
Mohammad Nasrollahi
Program to implement TCP server in C?
protected
-1 Vote
8 Réponses
2nd Jul 2021, 4:17 PM
Narmadha.B
Protection of running codes dates that can be write protected
licencing
1 Vote
1 Réponse
7th Aug 2022, 1:27 PM
Alister Millard
What is the difference between private and protected specifiers ?
access_specifiers
private
protected
2 Votes
1 Réponse
20th Aug 2017, 5:39 PM
Hemant Jaiswal
What's the difference among private,public & protected access specifier in C++ ?
acessspefier#
c++
classes
oop
0 Vote
4 Réponses
15th Sep 2020, 5:59 PM
Shahriar
When do we need to use protected member access specifier?
c++
oop
0 Vote
1 Réponse
28th Aug 2020, 6:38 AM
Abdul Mannan
How to Access Protected Method and/or Class from Other Class in C#
c#
classes
methods
protected
2 Votes
1 Réponse
2nd May 2018, 1:03 PM
Keanu Taufan
Use a password to copy-paste on others devices
protected
1 Vote
2 Réponses
2nd May 2020, 11:16 AM
Kountas Gladones
Can anyone please explain private, public and protected in classes and objects??
and
classes
cpp
objects
3 Votes
2 Réponses
14th Mar 2018, 2:19 PM
Thomas Kurian
Whats the difference between public, private and protected in java..???
java
0 Vote
2 Réponses
22nd Sep 2017, 5:32 AM
Syed Abdhahir
Is there any tool for copying texts from protected apps?
0 Vote
2 Réponses
8th Jul 2017, 7:29 PM
Kelvine De Danielo
Can anybody tell me how to open password protected pdf without knowing it's password?
pdf
1 Vote
5 Réponses
25th Jun 2021, 6:21 AM
ຸ
Can protected data accessed in derived class? If yes...then how??
c++
0 Vote
2 Réponses
22nd Dec 2016, 5:55 PM
Sumit Lokhande
Is protected member are not accessible in thier own class
inheritance
0 Vote
1 Réponse
23rd Jun 2018, 3:01 PM
Badal
so a protected member of a base class remains to be protected in a derived class and can therefore be derived again, if i understand this one correctly?
c#
protected
0 Vote
6 Réponses
29th Apr 2016, 12:49 PM
Marian Martini
What's the main difference between protected and private members of the class?
c++
1 Vote
2 Réponses
13th Sep 2019, 11:27 AM
Patrick Makashini
Изучая C++ для создание каких нибудь проектов. Подскажите что нужна знать что бы приступить к проекту???
protected
0 Vote
6 Réponses
24th Dec 2019, 2:03 PM
Home video
How to code inheritance protected public and private? Plz give code
c++
0 Vote
3 Réponses
29th Jan 2017, 2:22 AM
Bibek Sunuwar
Can anyone help me to understand public private and protected member in class?
class
member
3 Votes
4 Réponses
5th Jul 2017, 8:38 PM
Sourabh Agarwal
Hello can you recommend me a program that can pass through Do Not Disturb?
protected
0 Vote
4 Réponses
28th Jan 2023, 11:42 AM
Xannus
What is the difference between the private and protected labels (if there's any)?
c++
5 Votes
2 Réponses
22nd Feb 2017, 10:49 PM
Héctor Febles
How to fix error else without previous if
protected
0 Vote
4 Réponses
14th Dec 2021, 11:31 AM
Akilan Ak
why we can't declare a class as private or protected ?
java
0 Vote
2 Réponses
11th Apr 2017, 6:34 AM
Somnath Ghosh
Cuál es la clave para entrar en java
protected
0 Vote
3 Réponses
21st Jul 2020, 6:15 PM
Silvia Lucreca Muñoz Sierra
How can we deare a variable of a class as protected in JavaScript?
javascript
0 Vote
3 Réponses
21st May 2021, 9:18 AM
Aakash Shivanshu
Can object of derived class access protected member functions of its base class?
inheritence
1 Vote
3 Réponses
28th Feb 2017, 6:03 AM
Prabhat Rao
Помогите пожалуйста разобраться с кодом
help
protected
python3
6 Votes
24 Réponses
27th Oct 2020, 11:09 AM
артур кириенко
Can anyone post the reference where private and protected variables are DESCRIBED (not just mentioned)
javascript
protected
variables
5 Votes
3 Réponses
5th Jul 2016, 6:09 PM
Pavlo Lysak
How do we keep password for a program in Java?
java
protected
1 Vote
16 Réponses
23rd Apr 2018, 9:45 AM
SandeepGaming 12
What is the difference between private and protected members of a class?
classes
oop
php
1 Vote
1 Réponse
15th Feb 2018, 7:30 PM
Aleksandr
RUS: Почему мы в школе изучаем Паскаль? ENG: Why do we study Пascal at school?
pascal
protected
4 Votes
10 Réponses
9th Apr 2017, 6:25 PM
Yaroslav Voronin (DreamPlayer)
How to create data base?
protected
1 Vote
2 Réponses
2nd Mar 2018, 3:40 AM
Chandragupt
Which Programming language do you consider as the best of all?
protected
1 Vote
1 Réponse
27th Sep 2018, 3:02 PM
Samuel Mensah
How to protect our phone from hackers
protected
0 Vote
2 Réponses
26th Oct 2018, 1:48 PM
Omkar
Can we access Private protected and public access specifiers at the same time in c++?
c++
oop
-1 Vote
4 Réponses
20th Apr 2018, 2:31 PM
kashif ahmad
Which of the following are valid modifier? Protected , public , private , handin ?
handin
modifier
private
protected
public
valid
0 Vote
2 Réponses
9th Jun 2018, 6:55 PM
Khawla
What is the output of the following code? abstract class Calc { abstract public function calculate($param); protected func
inheritance
php
-8 Votes
10 Réponses
25th Apr 2020, 12:53 AM
Mercy Vasquez
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
3
4
Suivant >
Aujourd'hui en vedette
Does anyone have the solution for this challenge?
2 Votes
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
I am beginner,This is will be right code?
1 Votes
Kernel in Jupyter
2 Votes
Solved# Survey data format in coding for data
1 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
How many days will It takes to completely learn front end
4 Votes
SQL
2 Votes
Solution to solving this bugged problem
2 Votes
JAVA PROGRAMMING
1 Votes