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
Differnce between managed code and unmanaged code ?
What is Opf3
inprocess vs out process session state : Dot net architecture
What re interop services?
How to upload in video,mp4,in .net 4.5 ..?
Explain the race around condition? How can it be overcome? : Dot net architecture
What does the term "green architecture" mean? : Dot net architecture
How to prevent my .NET DLL to be decompiled?
How cache coherency is eliminated? : Dot net architecture
Define dma? : Dot net architecture
Explain the purpose of cache? How is it used? : .NET Architecture
How do you handle this COM components developed in other programming languages in .NET?
.Net Frame work arch?
What is the purpose of cache? How is it used? : Dot net architecture
What is code access security (cas)?