Cursos
Fazer login
Começar a aprender IA
Cursos
Fazer login
Começar a aprender IA
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Subclass Thingy
(b)
0 Voto
1 Resposta
6th Apr 2018, 9:38 AM
Janie Egger
Subclass of std::vector<T>
c++
class
vector
0 Voto
1 Resposta
29th Mar 2021, 5:40 PM
Sebastian Ahlborn
Constructor necessity on Subclass
java
1 Voto
1 Resposta
4th Mar 2021, 6:46 AM
M.O.HONOR
[Java] super class and subclass question
reference-variables
subclass
superclass
2 Votos
4 Respostas
20th Oct 2020, 3:32 AM
Aditya Kumar
Can an object subclass other object?
class
interview
java
object
subclass
3 Votos
3 Respostas
26th Feb 2019, 7:48 AM
Sin Cos Ø
Subclass interact with other subclass?
c++
interact
subclass
superclass
0 Voto
2 Respostas
16th Dec 2017, 12:42 AM
Coinage
create an object of superclass in subclass
java
1 Voto
6 Respostas
11th Nov 2020, 2:44 PM
saeedeh
Classes, Subclass and None Error message.
inheritance
python
0 Voto
1 Resposta
1st May 2019, 11:55 AM
Josie The Ritalin Dog
What is the difference between subclass and object? Is subclass also an object of the class?
class
java
object
packages
subclass
0 Voto
3 Respostas
6th Dec 2017, 6:12 AM
Nikhila Tammu
interface( can a subclass hav 2 superclaas..)
a
can
sub
1 Voto
1 Resposta
11th Dec 2016, 12:25 PM
B FOR BEAST
xor for__init__ function between superclass and subclass
inheritance
python
subclass
superclass
0 Voto
1 Resposta
2nd Dec 2017, 1:50 PM
Aref moloughi
Is writing subclass inside the parent class same as writing subclass and referencing it to parent class using extends ?
class
java
oop
1 Voto
2 Respostas
15th Aug 2020, 8:00 AM
GGWellPlayed
Can a superclass inherit subclass methods and instance variables?
inheritance
java
methods
4 Votos
2 Respostas
12th Aug 2017, 1:00 PM
PandaPanda🐼
why can't we call interface static method via subclass object??
error
interface
java
object
static
subclass
1 Voto
6 Respostas
2nd Aug 2019, 7:53 PM
salar vahidi
Write a template class used in 2 subclass
c++
-2 Votos
1 Resposta
24th Jun 2022, 9:12 PM
Sagar
Is out a subclass of the system class in java.
java
0 Voto
3 Respostas
4th Feb 2021, 10:34 PM
PRINCE TAWIAH
Parent constructors are not called implicitly if the subclass defines a constructor.
classes
objects
0 Voto
7 Respostas
15th Dec 2019, 8:26 AM
Riya
Can i inherit multiple Superclasses in one subClass in java ??
c#
java
2 Votos
3 Respostas
21st Jan 2021, 11:38 PM
Abdul Jalil
What is the meaning of adding characteristics and behaviour in a subclass of superclass
behaviour
characteristics
inheritance
java
2 Votos
4 Respostas
13th Mar 2019, 1:15 PM
Rajb957
a superclass reference variable can refer to a subclass object , but what is it's practical use?
inheritance
java
polymorphism
6 Votos
4 Respostas
7th Dec 2019, 5:17 PM
🇮🇳Omkar🕉
I call function superclass in subclass with keyword super. I have error. Thanks you.
call
function
in
subclass.
superclass
0 Voto
1 Resposta
2nd Feb 2021, 4:56 AM
Malick Diagne
Help! A Mystery of Inheritance, Classes, Subclass - getting a None Error message.
inheritance
python
0 Voto
1 Resposta
1st May 2019, 11:56 AM
Josie The Ritalin Dog
all fields and methods of the superclass are inherited by the subclass
inheritance
java
0 Voto
1 Resposta
2nd Sep 2016, 6:26 PM
Gabriel Comaniciu
Did I have to redeclare buttons and edittext in subclass in Android Java?
android
inheritance
java
0 Voto
1 Resposta
30th Jan 2019, 2:49 AM
Sheikh Zakir Ahmad
what the subclass and the superclass and what is different between them ??
access-modifiers
class
java
subclass
super
superclass
-1 Voto
1 Resposta
5th Jul 2017, 2:48 PM
mohamed ashraf
Why does this code only work if i invoke extends and create the subclass in main?
extends
java
polymorphism
1 Voto
4 Respostas
16th Jun 2017, 4:02 PM
Timothy Ryan
How can the subclass override a concrete method of the superclass and declare it as abstract?
abstract
class
java
subclass
superclass
1 Voto
2 Respostas
7th Mar 2020, 11:13 AM
DESSIE BAHIRU KEBEDE
Can someone please explain this to me? "the constructor of the superclass is called when the subclass is instantiated.".
constructors
inheritance
java
1 Voto
8 Respostas
13th Feb 2017, 2:35 PM
Ziad Hassan Ahmed
In Java, when a subclass object is created, is a superclass object created or not?
java
0 Voto
1 Resposta
18th Dec 2016, 5:47 AM
Somnath Ghosh
Why do we need to insert same parameters of superclass constructor() in the super() method within subclass constructor()
classes
javascript
0 Voto
3 Respostas
14th Aug 2022, 12:26 PM
Ahamed Shifak
Somebody please help me with this code
class
python3
subclass
3 Votos
4 Respostas
12th Dec 2020, 7:21 AM
PUSHPAK DANDE
Why can a subclass inherit the fields, methods, properties and indexers from the superclass, but not the constructors?
c#
1 Voto
2 Respostas
18th Nov 2017, 6:55 PM
Salah Mahmoud
What if I dont want the constructor of the superclass to be executed when creating an object of the subclass?
inheritance
subclass
superclass
3 Votos
3 Respostas
13th Mar 2018, 11:18 AM
Adam Aksu
How does the subclass Dog inherit the variable legs with the value of 4 from the superclass Animal
inheritance
0 Voto
1 Resposta
10th May 2019, 2:54 AM
Shak 240
In Java a reference variable of superclass is assigned to sub class . ls superclass knows the variables and methods of subclass
inheritance
2 Votos
2 Respostas
11th Apr 2019, 2:06 PM
Pravallika
How do I pass arguments to the superclass constructor while creating an object of the subclass in this case?
inheritance
1 Voto
1 Resposta
15th May 2019, 1:56 AM
Debraj Singh
How can I make it so my code asks what kind of subclass its the one i want an object to be? C#
c#
classes
inheritance
inner-classes
user
Userinput
1 Voto
6 Respostas
26th Jan 2018, 3:12 AM
Agustin Romano
How does the subclass Dog inherit the variable legs with the value of 4 from the superclass Animal - Java
inheritance
0 Voto
2 Respostas
10th May 2019, 2:54 AM
Shak 240
Which of the following specifiers mak the element accessible from within subclass . I have give option in description
java
-1 Voto
1 Resposta
4th Mar 2022, 10:24 AM
Arun Vishwakarma
Any help will be greatly appreciated
constructors
inheritance
java
subclass
0 Voto
4 Respostas
4th Dec 2019, 11:58 AM
Allan And Lifted Hands
Referring to objects using equals?
equals
java
subclass
0 Voto
1 Resposta
22nd Mar 2017, 5:55 AM
Zeffeler
Difference between abstract classes and interfaces
abstract-classes
classes
interfaces
java
subclass
2 Votos
3 Respostas
8th Apr 2018, 1:56 AM
Yusuf
(JAVA)What happens with variables of the superclass when we use pholymorphism?
java
pholymorphism
subclass
superclass
variables
1 Voto
4 Respostas
25th Apr 2019, 8:50 PM
Rosana Rodríguez Milanés
When we declare a class as final does it mean that we cannot create its subclasses or it cannot be the subclass of another class?
final
java
0 Voto
2 Respostas
2nd Jan 2016, 12:13 PM
Shubham Jain
Is there an abstract data type like abstract method in java?
abstract
class
java
subclass
superclass
1 Voto
2 Respostas
7th Mar 2020, 11:21 AM
DESSIE BAHIRU KEBEDE
Final class
classes
final
java
subclass
superclass
1 Voto
2 Respostas
25th Dec 2018, 10:37 AM
Nadjet KERBOUCHE
How is a property created?
class
created
decorator
object
of
oriented
programming
property
python
subclass
5 Votos
4 Respostas
12th Jul 2020, 2:27 PM
Dhairya
My coding Project
Algorithim
Biochemistry
class
DNA
Genetic
Lioplurodon
project
python
subclass
superclass
1 Voto
2 Respostas
24th Feb 2017, 3:05 AM
Gram
Are there any good class examples i can look at?
abstract
implement
inheritance
instance
java
nested
static
subclass
superclass
1 Voto
1 Resposta
7th Sep 2017, 8:59 AM
D_Stark
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
What kind of questions do companies ask in Data Analyst interviews (including Python, SQL, Power BI, and Excel)?
2 Votes
Give some simple practice questions in C
0 Votes
??
1 Votes
Ошибка в приложении Sololearn
1 Votes
NEO V2.0
1 Votes
Hello guys,
1 Votes
How many time I can use sololearn trial mode?
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Help me
1 Votes
solo learn program issue - iPhone?
1 Votes