Difference between abstract class and interface
Answer Posted / max
* An abstract class can have abstract members as well
non abstract members. But in an interface all the members
are implicitly abstract and all the members of the interface
must override to its derived class
* The members of the interface are public with no
implementation. Abstract classes can have protected parts,
static methods, etc.
for more detailed main five difference visit this link
http://codesforprogrammers.blogspot.com/search/label/Abstract%20class%20vs%20Interface
| Is This Answer Correct ? | 18 Yes | 11 No |
Post New Answer View All Answers
how to make and display a form without title bar?
What is the cli? Is it the same as the clr?
What is difference between .net and visual studio?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
What are the types of application software?
What is parallel computing?
What's new in the .net 2.0 class library?
What's the difference between an application and a program?
What is the purpose of cache? How is it used? : Dot net architecture
I want to create a project like google maps how can we do that with atlas?
How do I stop a thread?
How can I create a application?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
Explain the race around condition? How can it be overcome? : Dot net architecture