What is the difference between Abstract and Interface?

Answer Posted / ntmohare

Abstract Class:
(1)it contains both abstract methods and non abstract methods
(2) object can't be created just through reference we are calling all the methods
(3) it is implemented by subclass i.e which class is extended from this
abstract class contains only nonabstract this situation also code will compile fine but problem at runtime
abstract can't be declared with Final Synchronized Native just your requirements you implement some methods in the abstract class
this class also contain Constructor

========
Interface contains all abstract methods
all methods compulsory implemented by particular class
interface does not contain Constructor

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C# program to find the Factorial of n

732


Is as operator in c#?

623


What is difference between dictionary and list in c#?

654


What is a clr (common language runtime)?

653


What is gac? How to put assembly in gac?

745


Is int an object in c#?

669


What are immutable types in c#?

660


Is c# easier than javascript?

679


Why do we need static class in c#?

731


What are c# types?

713


What is the execution entry point for a c# console application?

720


Are attributes inherited c#?

625


Can a method be sealed in c#?

645


write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5

2048


What is array c#?

686