What is the difference between Abstract and Interface?
Answer Posted / thulasiram
interface can have only non implementation methods
abstract class can have both implementation and non
implementation methods
interfaces are used for universal access
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use the sreamReader class to read form a text file?
What is pure abstract class in c#?
What is deferred execution in c#?
What is the .net datatype that allows the retrieval of data by a unique key?
In .Net, what is an assembly? Also explain the type of assembly.
What is the difference between Java and .NET garbage collectors?
What is concrete class in c# with example?
What is strong name assembly?
What are reflections in c#?
What is private and shared assembly?
Why var is used in c#?
Is c# pass by reference?
What is connection pooling in ado.net?
Why cannot you specify the accessibility modifier for methods inside the interface?
What is difference between throw and throws in c#?