Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Can I use "this" to call a private method from a method of the SAME class?
java
this
0 Voti
2 Risposte
8th Nov 2016, 3:08 PM
Arnie
Help! Topic: inheritance, derived classes in C++. CAN someone explain the error" calling a private constructor, has_abs is priv
c++
0 Voti
2 Risposte
31st May 2020, 9:31 AM
Reynolds Onyango
Can someone shed some light on my problem?
dowhileloop
java
private
variables
11 Voti
2 Risposte
4th May 2017, 4:35 AM
Mark Paramonte
what can i do for call a private constructor from another file to open a window?
constructors
java
package
pc
private
0 Voti
1 Risposta
25th Feb 2017, 3:01 PM
Ismael Perbech
Define a class ACCOUNT with private members, 'account' , 'name' and 'balance' and another class BANK to input the accounts
c
c++
code
cplusplus
0 Voti
2 Risposte
21st May 2018, 9:10 AM
ROCK&RAUL
( Need Help ) How to change the value of private member of base class from derived class ? thank you 🐱
c#
classes
constructors
2 Voti
2 Risposte
9th May 2019, 2:40 AM
Putu Ekky Crisayoga
When i try to make a function in private and define it outside class it gives me error why so??
c++
0 Voti
4 Risposte
24th Dec 2017, 6:57 AM
Prarthit Mehra
What is the difference between "private" and "final" keywords in JAVA?
final
java
keywords
private
1 Voto
5 Risposte
19th Nov 2019, 1:26 PM
Vishnu Vardhan S
All interface methods are implicitly
abstract
final
private
protected
public
5 Voti
5 Risposte
27th Apr 2019, 4:19 AM
Charitha Sri
I want to transform variable class private and do encapsulation, abstraction, and inheritance with programing oriented object.
abstraction
encapsulation
inheritance
pratique
0 Voti
1 Risposta
28th May 2021, 12:25 PM
Malick Diagne
If I inherit derived class from base class as private what will be the order of constructor and destructor?
c++
inheritance
1 Voto
2 Risposte
30th Aug 2016, 4:53 PM
Sunitha Ganti
[SOLVED] One inappropriate group is trying to add me.
dm
group
help
inappropriate
messages
private
sololearn
solved
steps
tellme
10 Voti
17 Risposte
6th Mar 2020, 3:42 PM
Rajat Porwal
Write a program to search an element in an array using linear search. Make an array as a private member of the class
c++
-2 Voti
5 Risposte
25th Feb 2021, 7:32 AM
Parri Chandra Mouli
Why Private, Public etc... is needed?
data
private
protected
public
2 Voti
4 Risposte
7th Dec 2017, 8:39 PM
Guy293
I really, really wish sololearn would have a feature for private messaging, or at least a way i could chat with a challenger
challenges
messaging
sololearn
2 Voti
4 Risposte
30th Apr 2017, 10:23 AM
Ilesanmi Temitope Santiago
Conversation requests
accept
conversation
decline
message
private
request
0 Voti
10 Risposte
7th Nov 2019, 10:50 AM
bakitza
How can use char pointer, in private class and use them, to a string or char in my program pls help if can
c++
code
3 Voti
3 Risposte
6th Sep 2017, 2:35 AM
Pickle_Rick()
Maximum distance same characers
failed
private
problem
python
testcase
2 Voti
6 Risposte
24th Oct 2020, 3:18 PM
Varshith
Is it possible to call private data member from operator overloading function even when it is not declared as friend function??
c++
0 Voti
3 Risposte
6th Aug 2018, 1:32 PM
Shikhar gupta
Fill in the blanks to declare ''People's'' constructor, taking two parameters and initializing its private members: name and dat
c++
classes
-5 Voti
4 Risposte
20th Apr 2020, 6:09 AM
malliga murugan
What is the issue with below Java Code
access-modifiers
java
private
1 Voto
2 Risposte
9th Sep 2017, 6:01 PM
Naagabaabu
Help Guys! Using html and jquery language can you modify this brain wallet??? Tell me How Address is converted to Private Key?
brain
design
hacking
html
java
master
programmer
web
2 Voti
2 Risposte
8th Mar 2018, 2:24 PM
Rohit Yadav
Please Explain This!
class
datahiding
private
python
4 Voti
3 Risposte
24th Sep 2017, 2:20 PM
Lakshay
When and why should I use public, private, and protected functions and variables inside a class? What is the difference between
php
private
protected
public
5 Voti
2 Risposte
22nd Aug 2017, 11:01 AM
Kurniawan
what if i declare a parameter inside constructor which has private access specifier, would parameter also be private?
cpp
0 Voti
1 Risposta
13th Aug 2018, 2:21 PM
Arush Joshi
Consider the following java class definition: public class time { private int second; // from 1 to 60
java
-3 Voti
1 Risposta
22nd Dec 2016, 5:38 AM
victor
Symbol type in JavaScript
javascript
private
symbol
symbols
type
3 Voti
1 Risposta
11th Aug 2018, 7:42 PM
Alexander Genin
Does the viewcount increament everytime I open my code to edit it? I m finding some strange viewcount in some of my private code
codeplayground
sololearn
views
1 Voto
2 Risposte
20th Apr 2019, 6:08 AM
Sydney Chako 🇿🇼
How do I fill in the blanks to make the egg attribute strongly private and access it from outside of the class?
7
module
phython
python
quiz
sololearn
-1 Voto
2 Risposte
1st Nov 2020, 10:50 PM
Eugene Amadi
Variables declaired as private in one class can be accessed into another class without using inheritance i.e extend and obj...?
java
2 Voti
1 Risposta
30th Jun 2017, 5:32 PM
Saikrishna Thatikonda
class A { private int x; public ??? getX() { return ??? ; } public ??? setX(int x) { this.x = x; } }
classes
java
0 Voti
2 Risposte
26th Aug 2017, 6:57 PM
Gopi Krishna Verma
So... um... GETTER and SETTER are just public methods, what contain possibility to modify and show us private variables?
classes
java
0 Voti
1 Risposta
20th Dec 2016, 7:21 AM
Nochains
Difference between friend class and friend member function?
classes
difference
friend
private
2 Voti
1 Risposta
20th May 2018, 8:25 AM
Sneha Johnson
Is it good practice to declare variables under public in a class? Or should I put them under private and create get functions.
c++
1 Voto
1 Risposta
1st Aug 2022, 9:58 AM
chris
I am stuck so hard please help in C# Unity 3D Software
c#
private
programming
public
unity
0 Voti
7 Risposte
11th Jun 2018, 7:20 PM
Robin
A inherited class is inherited with private visibilty mode.Can it access the data members and functions of the base class?
c++
0 Voti
2 Risposte
13th Sep 2016, 5:59 AM
Sarukrishna
Why is my private variable causing me so much trouble in python. Guys pls suggest me changes in my code to make it error free.
classes
objects
python
python3
0 Voti
3 Risposte
10th Dec 2019, 6:25 PM
Aditya Singh
What are the differences between public, private, and protected?
private
protected
public
0 Voti
1 Risposta
13th Jan 2017, 5:18 PM
Richard Harding Jr
Guys, I have been studying classes for two days but up to now i dont get the point of making something private i make all public
access-specifiers
classes
cpp
1 Voto
2 Risposte
9th Sep 2019, 2:20 PM
Kisembo Allan
Why is my java code not working?
class
java
private
public
static
0 Voti
3 Risposte
27th Sep 2021, 3:19 PM
🍇 Alex Tușinean 💜
if an inner class is not declared private is it accesible from outside classes or not? i would appreciate any help
access
class
inner
java
0 Voti
2 Risposte
4th May 2017, 3:54 PM
shobhit
PSA: if you have problem with your code please either share it in the post or at least have it on public view in your codes
42
code
help
private
problem
public
s.o.s
17 Voti
3 Risposte
2nd Mar 2017, 6:01 PM
Burey
How do i communicate privately on this platiform ??
chatting
coding
help
private
3 Voti
1 Risposta
5th Feb 2018, 12:28 PM
Tichaona Mtasa
How can i create a messenger
coding
messenger
private
question
0 Voti
1 Risposta
2nd Dec 2019, 7:04 PM
Warrior
Creating and accessing a class in C++ language
c++
classes
private
public
0 Voti
2 Risposte
13th Jul 2018, 12:09 PM
Vincent Alulu
what will be the output of the program? and why string name is private?what was the effect of private string name?
c++
encapsulation
1 Voto
1 Risposta
25th Sep 2017, 5:53 PM
Shivani Goyal
What am I missing?
and
private
protected
python3
variables
0 Voti
2 Risposte
12th Dec 2021, 3:31 PM
Nathan Crawford
Cant install CA Bundle ssl
bundle
ca
certificate
key
private
ssl
9 Voti
1 Risposta
9th Apr 2019, 8:26 PM
Arne Van Kerckvoorde
Could you explain me what are words "private", " public", "protected", etc. need for? What are the difference?(In C and Java)
object_orientation
polymorphism
private
protected
public
3 Voti
3 Risposte
8th Dec 2017, 7:40 AM
Аркадий Щукин
[SOLVED] This code isnt working and I don't know why, this code is for the total salaries practice in java
access
help
java
method
private
return
total
0 Voti
6 Risposte
15th Feb 2021, 4:53 PM
Serana Zentha
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
8
9
10
Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes
Need Guidance: AI Tools for Creating an App Prototype & UI/UX Design
1 Votes
You’re free to give me your advice! 🚨
0 Votes