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 is wcf c#?
Define strong name in c#?
What is function and method in c#?
Define using statement in c#?
How many destructors can a class have?
What is icollection in c#?
Name the property of the textbox which cannot be changed at runtime?
What is the use of properties window?
What is a nullreferenceexception?
Define encapsulation?
Is c# a technology?
What is the difference between dispose() and finalize() methods in c#?
What is the difference between a private assembly and a shared assembly?
Is array passed by reference in c#?
Ho we can see assembly information?