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
What is namespace give the example?
What is CASPOL?
Is c# a backend language?
What is marshalling and what are different kinds of marshalling?
What is static classes?
What are annotations in c#?
What is view state c#?
What does .length do in c#?
What is the difference between arraylist and list in c#?
What is nullable types in c#?
Can you declare a class or a struct as constant?
What is .dbml file?
What is the advantage of extension method in c#?
What is difference between encapsulation and abstraction in c#?
What's the difference between a static method and a non static method c#?