Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
What is the difference between abstract class and interface in C#?
Home
C Sharp
What is the difference between abstract class and interface in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
What is the difference between abstract class and interface in C#?
#abstract-class
1
Answer
0
votes
answered
May 6, 2020
by
Robindeniel
Abstract class can have abstract and concrete methods whereas interface has only abstract methods.
Related questions
0
votes
What are the differences between abstract class and interface?
asked
May 2, 2021
in
JAVA
by
sharadyadav1986
#abstract-class
interface
Java-questions-answers
+1
vote
How to use abstract class and interface in java?
asked
Oct 23, 2020
in
JAVA
by
rahuljain1
#abstract-class
#interface-java
Java-questions-answers
+1
vote
Can we declare the static variables and methods in an abstract class?
asked
Dec 7, 2020
in
JAVA
by
SakshiSharma
#static-variable
#abstract-class
Java-questions-answers
0
votes
Is it possible to instantiate the abstract class?
asked
Apr 30, 2021
in
JAVA
by
rajeshsharma
#abstract-class
java
Java-questions-answers
0
votes
Select the best from following can be used to create an abstract class in the C++ programming language?
asked
Jan 24, 2021
in
JAVA
by
rajeshsharma
#c
-programming
#abstract-class
Java-questions-answers
0
votes
Why we can’t create the object of abstract class in java?
asked
Oct 27, 2020
in
JAVA
by
sharadyadav1986
#object-of-abstract-class
#abstract-class
Java-questions-answers
+1
vote
Explain difference between abstract class and interface in Java?
asked
Jan 27, 2020
in
JAVA
by
rahuljain1
#abstract-vs-interface-class
Java-questions-answers
+2
votes
What's the difference between an interface and abstract class?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
#dotnet
#chash
#basicc#
+1
vote
Difference between abstract class and interface ?
asked
Jun 16, 2019
in
JAVA
by
reins.robin
#java
#interviewquestionandanswer
#javaanswer
#javainterview
#javaquestion
Java-questions-answers
+1
vote
Difference between Abstract class and Interface.
asked
May 24, 2019
in
JAVA
by
rajeshsharma
#interviewquestionandanswer
#javaanswer
#javainterview
#java
#javaquestionanswer
#javaquestion
Java-questions-answers
+1
vote
What is an Abstract class in C#?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
0
votes
What is the difference between a struct and a class in C#?
asked
Feb 16, 2020
in
C Sharp
by
rahuljain1
#c-sharp-struct
+1
vote
What is an abstract class? How is it different from an interface?
asked
Jan 27, 2020
in
JAVA
by
rahuljain1
#what-is-abstract-class
Java-questions-answers
0
votes
What is the difference between method overloading and method overriding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#method-overloading
0
votes
What is the difference between dispose() and finalize() methods in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#dispose
#finalize-method
...