Difference between abstract class and interface
Answer Posted / brgkkc
1) Abstract class defines few or none of the methods, but
interface defines all the methods..
2) Abstract classes should have subclasses else that will
be useless..
Interfaces must have implementations by other classes else
that will be useless
3)only an interface can extend another interface, but any
class can extend an abstract class..
4)All variable in interfaces are final by default
| Is This Answer Correct ? | 444 Yes | 531 No |
Post New Answer View All Answers
What is the difference between primary & secondary storage device? : Dot net architecture
what are constructors and destructors?
Are there any third party logging components available?
What is the application frame host?
Explain cache? : Dot net architecture
data types used in validation control
Explain cache memory? : Dot net architecture
How does an appdomain get created?
what is polymorphism and advantage ?
5. Wcf- Session Managment
How resource files are used in .net?
Explain what does the term "green architecture" mean? : .NET Architecture
Can I create my own metadata attributes?
What is .net mobile automatic paging? : Microsoft dot net mobile
What are relation objects in dataset?