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
Why do we use constructors in c#?
What are bitwise logical operators?
Why use “using” in c#?
What are the advantages of using assemble language programming?
Is c# 8 released?
Explain how many types of exception handlers are there in .net?
Can struct have constructor c#?
What is oledb in c#?
Is array a collection c#?
What is the difference between inheritance and abstract class?
What are the types of methods in c#?
What is the system namespace?
Can scriptable objects have methods?
What are the uses of namespaces?
Why can’t struct be used instead of class for storing entity?