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 the role of the datareader class in ado.net connections?
Can arraylist hold primitive types?
Define delegate in c#?
In which order the destructor is called for an inherited class?
Is list ienumerable c#?
Is php better than c#?
Why generics are used in c#?
What are PE(Portable Executable)?
What is datagrid c#?
What is eager loading in c#?
What is the difference between mobile application and desktop application?
How can we set class to be inherited, but prevent the method from being over-ridden?
Which is more efficient for loop or while loop?
What is a derived class in c#?
What is a delegate in c#?