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 A Satellite Assembly?
Is versioning applicable to private assemblies?
What is autopostback in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Is there an equivalent of exit() for quitting a c# .net application?
What is ildasm.exe used for?
How to rotate an Image in C#?
What is the .NET collection class that allows an element to be accessed using a unique key?
How to find methods of a assembly file (not using ILDASM)?
What are Memory foot print of an exe?
What is strong name assembly?
What is method and function in c#?
What is a generic in c#?
Can we create extension method for interface?
What do you know about WM_CHAR message?