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
How big is a 64 bit integer?
What is the default value of object in c#?
Is arraylist type safe in c#?
What is Implicit conversion in C#?
Are arrays immutable c#?
What is a must for multitasking
What is the difference between method and constructor in c#?
What is Named parameter in C#?
What is a nested type. Give an example?
How many parameters can a method have c#?
Why would you use a class property in c#?
Is learning c# hard?
What are the 2 broad classifications of fields in c#?
Difference between value and reference type.
What is difference between interface and abstraction?