What is the difference between Abstract and Interface?
Answer Posted / narendra mishra
Abstract->Abstract Method are the method without any
body.When derived class inherit the abstract method from
the abstract class It must override the abstract method.
Interface->Interface also define properties, method and
event which are known as the member of an interface.
Interface contain only the declaration of members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
How can we sort an array in c#?
What is the difference between list and arraylist in c#?
Is it not possible to store a boolean value as a variable?
How long does it take to get a loop recorder put in?
How to achieve polymorphism in c#?
Is there any sample c# code for simple threading?
What is the difference between a private assembly and a shared assembly?
Explain About stateless and state full web service
Is c# a backend language?
Write a C# program to find the Factorial of n
What are the advantages of constructor?
What is querystring in c#?
What are the advantages of generics in c#?
What is the difference between virtual and override in c#?