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
Write a C# program to find the Factorial of n
Is as operator in c#?
What is difference between dictionary and list in c#?
What is a clr (common language runtime)?
What is gac? How to put assembly in gac?
Is int an object in c#?
What are immutable types in c#?
Is c# easier than javascript?
Why do we need static class in c#?
What are c# types?
What is the execution entry point for a c# console application?
Are attributes inherited c#?
Can a method be sealed in c#?
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
What is array c#?