Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
What is abstract class in java
java
1 Voto
2 Risposte
6th Dec 2017, 4:52 AM
Saani Vevo
How to make an abstract class?
abstract-classes
2 Voti
2 Risposte
18th Nov 2016, 4:27 PM
Waseem Siddiqi
abstract classes and pure virtual class
c++
class
classes
code
cpp
virtual
1 Voto
1 Risposta
22nd Dec 2022, 7:13 PM
Lalala
What is difference between Abstract and Interface
c#
1 Voto
4 Risposte
7th May 2019, 7:28 PM
Setshabelo
Difference between Interface and an abstract classe??
java
1 Voto
3 Risposte
13th Oct 2019, 4:43 PM
Sai Sathvik Ruppa
how to create template abstract class ?
abstract
c++
class
template
3 Voti
3 Risposte
7th Feb 2018, 4:25 AM
code learner
Difference between abstract class and Interface
c
c++
cpp
java
python
0 Voti
3 Risposte
2nd Oct 2017, 9:38 AM
Rushikesh Chaudhari
🙁 What is abstract classes in C#
c#
code
codeplayground
help
1 Voto
1 Risposta
31st Jul 2020, 8:56 AM
Ruqiya
What's the difference between interface and abstract class?
abstract-classes
interfaces
0 Voti
7 Risposte
6th Aug 2018, 5:04 PM
Girish L V
Abstract class explanation anyone? :) thanks
abstract
classes
java
methods
polymorphism
2 Voti
1 Risposta
23rd Nov 2016, 8:32 AM
Mista Ben
Understanding the Difference between Abstract and Interface
abstract
abstract-classes
answer
doubts
interfaces
java
question
1 Voto
4 Risposte
12th Dec 2017, 11:52 AM
Jonathan Álex
What is the difference between interface and abstract class
java
4 Voti
10 Risposte
28th Oct 2017, 7:57 AM
sonam
What is a difference between static and abstract functions /classes?
abstract-classes
classes
java
static
12 Voti
6 Risposte
21st Nov 2016, 4:59 PM
Nelli
Benefits of virtual destructor in abstract classes?
abstract-classes
c++
destructors
virtual
2 Voti
3 Risposte
7th Nov 2016, 2:15 PM
Hector Sulbaran
Why we cannot create object of abstract class.
java
2 Voti
5 Risposte
22nd Nov 2017, 4:19 PM
Arpit Srivastava
What is the benefit of abstract class?
abstract-classes
1 Voto
2 Risposte
14th Nov 2018, 2:55 PM
Nazmul Islam Naim
why not create the object of abstract class.
abstract-classes
java
4 Voti
4 Risposte
31st Aug 2017, 6:29 PM
P∆WAN M∆URY∆
What's the use/benifit of using Abstract classes?
abstract-classes
java
0 Voti
2 Risposte
24th Oct 2022, 7:14 AM
Mozzie
can we create constructor in abstract class?
abstract-classes
java
1 Voto
3 Risposte
2nd Jan 2016, 4:50 PM
Amer Saoud
Dudas con clases Abstractas
abstract
2 Voti
4 Risposte
14th Dec 2018, 2:17 AM
Wladimir Perez
How are interfaces different from abstract Classes in Java?
abstract-classes
interfaces
java
3 Voti
5 Risposte
10th May 2022, 3:58 PM
Subhadeep Mandal
How many instances can have an abstract class?
c++
java
3 Voti
5 Risposte
25th Jan 2018, 8:14 PM
Sumit Verma
In java , why abstract class have static variable even though abstract class cannot be instantiated
java
0 Voti
1 Risposta
10th Dec 2020, 8:32 PM
Milind Ghag
I dont able to understand what is abstract class??
c++
classes
this
2 Voti
10 Risposte
17th Feb 2017, 2:23 PM
Mukesh Kumar
What is the need of Interfaces and abstract classes?
java
1 Voto
6 Risposte
5th Jul 2021, 6:55 AM
Atul
So ABSTRACT classes are like EXAMPLE?
abstract-classes
java
0 Voti
2 Risposte
13th Feb 2017, 2:21 PM
Nochains
What is the purpose of Abstract class in C++?
a
2 Voti
4 Risposte
20th Jul 2019, 3:59 AM
Amit chavare
Can an abstract class have a constructor?
abstract-classes
c++
classes
java
javascript
oop
2 Voti
2 Risposte
7th Nov 2016, 7:23 PM
Redet Getachew
Have i applied the abstract method correctly?
python
python3
1 Voto
1 Risposta
23rd Apr 2022, 1:32 PM
Lenoname
why we use abstract classes ?
java
1 Voto
1 Risposta
13th Jul 2017, 4:41 AM
Abhishek Gupta®
What are abstract classes in C++?
c++
oop
1 Voto
1 Risposta
27th May 2017, 6:11 AM
Okila
What is difference between abstract and interface
java
2 Voti
2 Risposte
14th Mar 2017, 3:10 PM
Ram Naresh Arya
Difference between interface and abstract class in java.??
java
2 Voti
4 Risposte
2nd Aug 2017, 1:49 PM
Chandra Mohan Nagar
Why should we use the abstract method?
abstract-classes
0 Voti
1 Risposta
9th Jul 2020, 5:04 PM
BELHANI Mohamed-Afif
Can we create object for an abstract class ?
java
1 Voto
5 Risposte
20th Feb 2020, 7:03 PM
Akash
What is the real-time use of Abstract class?
c++
0 Voti
2 Risposte
7th Jun 2023, 5:37 PM
SHAIK GOUSEBASHA
What is difference between abstract class and inheritance?
abstract-classes
interfaces
0 Voti
1 Risposta
8th Oct 2021, 12:25 AM
Gul Mohammed
What is the difference between polymorphism and abstract class ??
abstract-classes
polymorphism
3 Voti
6 Risposte
26th Mar 2018, 2:34 PM
Rajan Singla
We can't creat object for abstract class but inside abstract class we can create constructor what is the use of this constructor
abstract-classes
constructors
java
2 Voti
10 Risposte
29th May 2017, 6:09 PM
Rama krishna
What is the difference between abstract class and interface in java?
abstract-classes
classes
implementation
interfaces
java
15 Voti
6 Risposte
2nd Mar 2017, 11:13 PM
Joe
can we create object of abstract class?
java
0 Voti
3 Risposte
9th Jul 2016, 6:50 PM
Urvashi Tiwari
Where is the difference between abstract Class and interface?
abstract-classes
interfaces
2 Voti
2 Risposte
8th Dec 2019, 3:34 AM
Nazmul Islam Naim
What is the difference between interface and abstract classes?
and
between
difference
interfaces
is
what
4 Voti
3 Risposte
25th Jun 2017, 9:52 AM
MANOJ KUMAR
What is the difference between abstract and interface in Java ?
abstract-classes
basics
interfaces
java
7 Voti
6 Risposte
30th Apr 2019, 1:49 AM
suvam prasad
what is the difference between abstract classes and interface?
abstract-classes
interfaces
java
2 Voti
7 Risposte
27th Sep 2016, 2:42 PM
Meher jeet
What is difference between abstract class and interface class??
c#
5 Voti
4 Risposte
15th Sep 2017, 7:45 AM
Megha
What is the difference between abstract class and interface?
abstract-classes
interfaces
java
4 Voti
5 Risposte
10th Dec 2016, 1:44 PM
Smit Shah
what is the need of abstract class
abstraction
classes
interface
objects
oops
0 Voti
2 Risposte
3rd Dec 2018, 4:34 AM
D7d77d7d77
Why does it always say „No Input“?
abstract
animal
animallovers
classes
interfaces
java
lovers
0 Voti
6 Risposte
26th Apr 2021, 6:40 PM
Beatrix Bauer
Can you please share the solution for the abstract classes practice in java?
abstract-classes
java
2 Voti
22 Risposte
24th Mar 2023, 6:14 PM
Saidazim
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
3
4
...
7
Successivo >
Popolare oggi
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
3 Votes
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
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?
1 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
2 cases not correct what's the problem
2 Votes
You’re free to give me your advice! 🚨
1 Votes
Salut tout le monde
1 Votes