What is the difference between Abstract and Interface?
Answer Posted / jithin j
Interface: contain only abstract method and static and final (constant) variable.Even if we don't use static and final keyword it is considered as constant
Abstract: contain both abstract and non abstract method
Interface: class implements interface
Abstract : class extends abstract class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an example of delegation?
What are the Types of compatabilities and explain them
How does c# generics and c++ templates compare?
What's the difference between a method and a procedure?
What is the main method in c#?
What is .net console?
List the 5 different access modifiers in c#?
How can you read 3rd line from a text file?
What does dbml mean?
What does return do in for loop?
Is learning c# hard?
Are c# destructors the same as c++ destructors?
How C# 4.0 supports dynamic programming language?
How do you escape in c#?
What is unsigned int?