What is the difference between Abstract and Interface?
Answer Posted / nasir munda
In abstract class public,private and protected method can used.
In Interface only public method can used.
| Is This Answer Correct ? | 46 Yes | 7 No |
Post New Answer View All Answers
What does void mean in c#?
Is c sharp free?
Give 2 scenarios where static constructors can be used?
What is interface used in c#?
Can we inherit two classes in c#?
Give an example of removing an element from the queue?
What is firstordefault c#?
List the differences between method overriding and method overloading?
Is c# an open source?
Explain the process of inheriting a class into another class?
What is the use of expression tree in c#?
What is the difference between dynamic and var in c#?
What is the difference between a class and an object c#?
What does console readkey do in c#?
what is boxing and unboxing?can we initialize unboxing directly?