Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
ZespoÅy
Zaloguj siÄ
Zarejestruj siÄ
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
is a margin or border property inherit from the parent element
border
inheritance
margin
0 gÅosów
2 odpowiedzi
6th Jul 2021, 3:21 PM
Alazar Shawel
How can I share a template class to inherit classes in nested packages?
class
file
inheritance
module
package
project
python
seb_the_s
structure
template
2 gÅosów
3 odpowiedzi
8th Jun 2020, 12:39 PM
Seb TheS
Maximum number of classes a sealed class can inherit ?
c#
classes
sealed
0 gÅosów
1 Odpowiedź
6th Jul 2017, 4:27 PM
Amit Ghatge
Does a variable inherit readonly property if i assign it value of a readonly variable?
property
python
readonly
1 GÅos
9 odpowiedzi
17th Jul 2017, 6:06 AM
Daniele
Can parent class inherit the properties of child class in inheritance? If yes/no , in what conditions
c
c++
codeplayground
coding
java
programming
technique
technology
website
1 GÅos
8 odpowiedzi
17th Feb 2020, 7:20 AM
palak pandey
[C++] Why the class B can't inherit f(int x) of class A? please help me.
c++
6 gÅosów
4 odpowiedzi
8th May 2017, 12:48 AM
Ibizaj
How do you make one class inherit from another in c++ using separate files??
classes
cpp
inheritance
1 GÅos
4 odpowiedzi
21st Feb 2018, 9:09 PM
Otumian Empire
Is it true a derived class does not inherit base class constructor and destructor?
constructors
1 GÅos
3 odpowiedzi
14th May 2018, 4:55 PM
Mixe
A question about font variant property
css
font-variant
inherit
3 gÅosów
5 odpowiedzi
9th Jul 2018, 8:24 PM
Yusuf
How to inherit class 'MainForm' and interface 'ilisner' to the class 'RegistrationForm'?
c#
dotnet
0 gÅosów
1 Odpowiedź
29th Jul 2017, 1:09 PM
Aloka Devapriya
How can I inherit a constructor with ability to add some other attributes for each subclasses's constructor?
constructors
inheritance
oop
python
0 gÅosów
7 odpowiedzi
21st May 2018, 8:57 PM
hide on bush
Valentine, Holiday, and Birthday inherit from the class Card. In order for the following code to be correct, what type must the
and
birthday
card.
class
from
holiday
in
inherit
the
valentine
0 gÅosów
6 odpowiedzi
17th Apr 2019, 12:32 AM
caldtone
Let's say we have three classes "A", "B" and "C". Can "C" class inherit from both "A & B" classes?
c++
inheritance
4 gÅosów
7 odpowiedzi
10th Dec 2017, 8:52 PM
Shawn Brown
Fill in the blanks to create an abstract class with an abstract method and inherit from it. abstract class Animal { public int
abstract-classes
-11 gÅosów
11 odpowiedzi
18th Nov 2018, 12:30 PM
Louie Jay Gitgitin Salvaña
Does Ruby support multiple inheritence? If not, is there a way to make a class inherit from 2 or more classes?
inheritance
oop
ruby
4 gÅosów
3 odpowiedzi
15th Apr 2017, 5:29 PM
User3827
Why can a subclass inherit the fields, methods, properties and indexers from the superclass, but not the constructors?
c#
1 GÅos
2 odpowiedzi
18th Nov 2017, 6:55 PM
ââªââªSalah Mahmoudâ¬ââ¬â
What is the difference between declaring two classes as friend and allowing a class to inherit privately from another class?
c#
c++
classes
java
python3
4 gÅosów
2 odpowiedzi
11th Nov 2016, 4:05 PM
User3827
We can call object class methods by using interface reference but Object doesn't inherit to interface. Why its possible?
inheritance
java
reference-types
0 gÅosów
2 odpowiedzi
15th Sep 2019, 6:03 AM
Irshaa
HOW CAN I INHERIT THE BASE CLASS CONSTRUCTOR because I'm getting errorAND WHAT OTHER ADJUSTMENTS CAN I MAKE TO IMPROVE MY CODE?
c++
0 gÅosów
3 odpowiedzi
20th Nov 2019, 6:29 AM
MASANGA KAUKA MUDENDA
"To use an abstract class, you have to inherit it from another class"then in this sentences abstract class is superclass or not?
abstract-classes
1 GÅos
5 odpowiedzi
20th Dec 2017, 3:37 AM
Jayshri Patil
"To use an abstract class, you have to inherit it from another class" I donot understand the meaning of this sentence
abstract-classes
2 gÅosów
2 odpowiedzi
25th Jun 2018, 10:35 AM
Tom
How does the subclass Dog inherit the variable legs with the value of 4 from the superclass Animal
inheritance
0 gÅosów
1 Odpowiedź
10th May 2019, 2:54 AM
Shak 240
Is there a way to avoid crash when static cast is used
c++
casting
dynamic_cast
inherit
static_cast
1 GÅos
5 odpowiedzi
2nd Oct 2022, 10:35 AM
Ketan Lalcheta
If I inherit derived class from base class as private what will be the order of constructor and destructor?
c++
inheritance
1 GÅos
2 odpowiedzi
30th Aug 2016, 4:53 PM
Sunitha Ganti
How does the subclass Dog inherit the variable legs with the value of 4 from the superclass Animal - Java
inheritance
0 gÅosów
2 odpowiedzi
10th May 2019, 2:54 AM
Shak 240
can sub classes have attributes in addition to those they inherit from the master class that aren't methods. class A class B (A,
python
0 gÅosów
5 odpowiedzi
22nd Jun 2020, 4:18 PM
kbeach
From the code given below, the output should be 12(because constructor never inherit ) but it is 112 . How? Someone can explain.
c++
constructors
inheritance
0 gÅosów
5 odpowiedzi
21st Dec 2016, 4:09 AM
blumen
What is the purpose of the INHERIT value in CSS if a child inherits it's parents characteristics by default?
css
html
html5
-1 GÅos
1 Odpowiedź
18th Apr 2019, 3:34 PM
George RoÈca
Anyone can explain this?? Generally a constructor of base class doesn't inherit to derived class..... But here I'm confused...
c++
classes
constructors
0 gÅosów
1 Odpowiedź
9th Sep 2017, 2:06 PM
Harsha Sanju
I want to know whats the use of MyDict class do it matters, If we inherit and pass the class? And from where the content method
django
python,
python3
1 GÅos
2 odpowiedzi
22nd Oct 2018, 5:54 AM
Amrish Mishra
I couldn't understand how to inherit from built-in list class in python and how does johny has access to functionality of list.
python3
0 gÅosów
1 Odpowiedź
6th Feb 2019, 4:07 PM
Vedant Bhosale
A Daughter and a Son class inherit the Mother class. Each of the classes has print() which outputs the name as class member vari
computer
science
0 gÅosów
1 Odpowiedź
23rd Apr 2020, 6:30 PM
Daniel Ngwasi
What is the purpose of making a class final as we can't further inherit it then why do we make a class final?
final
java
0 gÅosów
1 Odpowiedź
28th Nov 2018, 4:04 AM
Dharm Vashisth
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyÅu
1
2
Dalej >
Popularne dzisiaj
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes