Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
When instantiating objects from derived classes, how do constructors interact?
c#
inheritance
2 Votos
4 Respostas
9th Apr 2021, 11:37 PM
Gustavo Falcão Guimarães
Printing from derived classes
c++
classes
cpp
derived-classes
operator-overloading
0 Voto
4 Respostas
25th May 2021, 10:24 AM
Mihail
How python name derived
stack
0 Voto
3 Respostas
23rd Nov 2018, 6:22 AM
Anil Varma
Most derived class
c++
1 Voto
1 Resposta
28th Dec 2017, 1:30 AM
Валентин Корниенко
[C++] Base and Derived classes constructor problem
c++
error
oop
7 Votos
16 Respostas
15th Feb 2021, 9:54 AM
#0009e7 [get]
Overloading for derived class
c++
1 Voto
1 Resposta
2nd Jan 2019, 7:50 PM
JanSeliv
Why are c++ derived
c++
0 Voto
2 Respostas
29th Aug 2017, 3:59 PM
Yogesh Gurjar
Constructor base and derived classes.
and
base
classes
constructor
derived
oop
0 Voto
1 Resposta
12th May 2023, 3:54 AM
Oliver Pasaribu
Member initializer list in derived class
c++
constructor
member_initializer_list
1 Voto
4 Respostas
27th Feb 2019, 1:48 PM
Akib
Base Constructor in Derived Class
c++
class
classes
constructor
debug
help
inheritance
0 Voto
1 Resposta
4th Sep 2019, 6:21 PM
Seij Bailey
Is it possible to have a derived class from a derived class from a base class?
c#
inheritance
2 Votos
3 Respostas
2nd Jun 2020, 8:22 AM
Query
Leak without virtual | derived ref
c++
derived
destructors
leak
memory
reference
virtual
0 Voto
2 Respostas
5th Aug 2022, 5:55 AM
Ketan Lalcheta
Template instantiation with different project | Base derived class
c++
template_function
2 Votos
14 Respostas
9th Dec 2024, 11:19 AM
Ketan Lalcheta
Is C++ derived from c# or c?
c#
c++
1 Voto
5 Respostas
7th Dec 2016, 1:16 PM
Hakeem Thomas
Can derived class use its base class's private member?
c++
inheritance
3 Votos
7 Respostas
21st Jun 2018, 12:34 AM
燕传航
Are protected members accesible from the base class and the derived class or only from the derived class?
base
c#
class
classes
derived
inheritance
members
protected
1 Voto
3 Respostas
10th Jan 2017, 2:53 PM
Enrique de la Cal
Function is a derived data type or not ?
function-arguments
functions
0 Voto
10 Respostas
7th Apr 2017, 6:55 PM
Dilip kumar sivala
Base Class and Derived Class Constructor Arguments
c++
constructors
cpp
oop
parameters
0 Voto
1 Resposta
11th Mar 2021, 5:56 AM
Alexander Kramnik
Derived class is always pointed from base class?
c++
polymorphism
1 Voto
2 Respostas
8th Oct 2019, 12:14 PM
wat143
Inheritance c# example base class and derived class
c#
inheritance
0 Voto
4 Respostas
3rd Dec 2017, 6:57 PM
Matias Tassara
Function is a derived data type ?
functions
0 Voto
2 Respostas
8th Apr 2017, 5:25 AM
Dilip kumar sivala
Pointer is a derived data type...is it right?
pointers
0 Voto
2 Respostas
25th Oct 2018, 9:17 AM
Dharati
In Inheritance, does base class is dumped into derived class or reference address of base class is created in derived class?
base
c++
classes
coding
derived
inheritance
java
oops
python3
0 Voto
4 Respostas
30th Jan 2022, 3:44 AM
Pardha Saradhi
Can I call derived class constructor before base class constructor in c++?
c++
constructors
destructors
inheritance
oop
programming
protected
0 Voto
12 Respostas
30th May 2022, 12:20 PM
Muhammad Talha Atif
Doesn't the public access specifier already allow derived classes?
c++
inheritance
protected
1 Voto
3 Respostas
17th Mar 2020, 12:38 PM
Donovan Thompson
What does it mean c++ is derived from c
c++
1 Voto
5 Respostas
27th Jun 2017, 12:56 AM
Mark Sheehan
Instantiate variables in Base Classes, usable in Derived Classes
c#
inheritance
1 Voto
4 Respostas
1st May 2017, 12:01 PM
Daniele
Which keyword makes class members accessible to only its derived class members?
c++
2 Votos
11 Respostas
19th Jan 2018, 2:05 PM
Vrushabh Desai
I want to see 34 in derived 2 class function too. I wanna see how can I get same answer by making changes through derived 1.
c++
constructor
humble
inheritance
methods
oop
problem
programming
0 Voto
7 Respostas
8th Jun 2022, 1:34 PM
Muhammad Talha Atif
[solved] C++ derived class object as parameter of base class method?
base-and-derived_classes
c++
not-defined
oop
2 Votos
4 Respostas
24th Jan 2021, 12:02 PM
#0009e7 [get]
Is it possible to assign a base class object to a derived class object?
c++
23 Votos
8 Respostas
22nd Feb 2017, 12:05 PM
kremik
Array of Class Objects vs Derived Classes (C++)
arrays
c++,
classes
objects
0 Voto
1 Resposta
9th Mar 2017, 6:25 PM
Daniel Davis
how friend function is inherited in derived class?
c++
inheritance
0 Voto
1 Resposta
10th Aug 2016, 1:15 PM
R V
Ruby, Problems Using a Class Derived From "Array"
arrays
classes
inheritance
oop
0 Voto
1 Resposta
7th Aug 2018, 7:22 PM
Benjamin Lee
Typeid with virtual keyword not giving derived class name
c++
casting
typeid
virtual
0 Voto
2 Respostas
3rd Dec 2023, 5:12 AM
Ketan Lalcheta
Why can't we inherit private member of parent class to the derived class
inheritance
java
0 Voto
11 Respostas
22nd Mar 2021, 2:14 PM
kreddyt
Get base class pointer from base pointer pointing to derived class
c++
casting
virtual
0 Voto
4 Respostas
3rd Dec 2023, 5:50 AM
Ketan Lalcheta
How can we inherit a derived class from original class
c++
class
0 Voto
2 Respostas
13th Apr 2018, 5:55 AM
Durg@😊
Let's say I could only use languages derived from C
c
c#
c++
java
question
3 Votos
1 Resposta
4th Jun 2017, 4:58 PM
abacabadaba
The derived class inherits also privated members of base class ?
c++
inheritance
oop
3 Votos
2 Respostas
2nd May 2017, 9:14 AM
De Vinci
In INHERITENCE ,the Private Members of Base Class are Inherited in Derived Class. ?YES or NO ?
c++
inheritence
private
16 Votos
9 Respostas
24th Nov 2019, 8:20 AM
ROHIT KANOJIYA
Error while initializing a field (of base class) through constructors of derived classes.
c++
inheritance
initialization
multiple-inheritance
4 Votos
1 Resposta
27th Mar 2019, 9:22 AM
777
What is derived class constructor and destructor? I don't understand it
c++
constructors
destructors
1 Voto
2 Respostas
8th Oct 2016, 8:33 PM
violet
Can protected data accessed in derived class? If yes...then how??
c++
0 Voto
2 Respostas
22nd Dec 2016, 5:55 PM
Sumit Lokhande
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 Voto
6 Respostas
29th Apr 2016, 12:49 PM
Marian Martini
Polymorphism : BaseClass X = new DerivedClass(); vs DerivedClass X = new DerivedClass();
c#
derived
polymorphism
7 Votos
10 Respostas
14th Feb 2019, 9:09 PM
sneeze
If the class members are private then is it still accessible to derived class?
c#
protected
sealed
2 Votos
7 Respostas
14th Sep 2016, 10:50 PM
Arif
What is the difference between primitive data type and derived data type?
java
-3 Votos
2 Respostas
14th Oct 2016, 11:30 AM
Shafiya Nizam
What is super and sub class and derived and base class
c
c++
inheritance
java
python3
0 Voto
1 Resposta
5th May 2020, 4:07 PM
Abhay
How can I retain properties of an instance of base class after replacing it with instance of derived class?
oop
python
python3
7 Votos
16 Respostas
16th Nov 2018, 7:00 PM
Aditya Rana
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
Próximo >
Quente hoje
And & or?
2 Votes
What's the best way to learn anything
1 Votes
How can I improve my Authenticator App built with HTML, CSS, and JavaScript?
0 Votes
Most asked!
1 Votes
Malloc vs calloc | memory not initialized
1 Votes
help!
0 Votes
Is react js enough for frontend??
0 Votes
why this platform not providing mysql compiler for creating code bits?
0 Votes
Mini project ideas for final years
0 Votes
Please guys could smw do this for me ?
0 Votes