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


Please Help Members By Posting Answers For Below Questions

What is difference between variable and property in c#?

601


What is jagged array in c#?

715


List the 5 different access modifiers in c#?

682


What is parallel foreach c#?

670


Can abstract class have constructor c#?

621


What is dataset and dataadapter in c#?

673


What are Types of assemblies that can be created in dotnet

753


Is the following code legal?

740


HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only

712


When would you use generics in your code c#?

663


What is a nested type. Give an example?

799


What is boxing in c#?

748


Why do we need interfaces in c#?

640


What are the types of class in c#?

680


What do you mean by expression tree?

603