Difference between abstract class and interface
Answer Posted / b.harendra
what is the difference between abstractclass and interface?
Re: Difference between abstract class and interface
Answer
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Object Caching in Visual Studio 2010?
What is the difference between primary & secondary storage device? : Dot net architecture
How do I know when my thread pool work item has completed?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
how to change the title of my window?
What is Com Callable wrapper?when it will created?
What is .net mobile utility controls. : Microsoft dot net mobile
how to make and display a form without title bar?
data types used in validation control
Explain .net mobile input controls? : Microsoft dot net mobile
Explain about appdomains?
So what exactly is the configuration file for then?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Explain the five stages in a dlx pipeline? : Dot net architecture
How do I stop a thread?