Difference between abstract class and interface
Answer Posted / uttam
1.)
abstract class contains the the incomplete data while
interface contains the complete data.
2.)
the new class in necessary to inherit the abstract class &
give it own body & then it becomes complete
while in case of interface the new class inherits the
interface ti use it`s data contained.
| Is This Answer Correct ? | 21 Yes | 26 No |
Post New Answer View All Answers
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
Explain hard disk and what is its purpose? : Dot net architecture
What re interop services?
what is sessions and cookies take one example simple way to understand
what are constructors and destructors?
What is the importance of updatepanel control?
What is the purpose of cache? How is it used? : Dot net architecture
What is a service class?
Explain write back and write through caches? : .NET Architecture
Explain hard disk? : Dot net architecture
Session State and can i store desirialized object in state server, if yes how and if not why.
Can you Explain
Which software is used for .net programming?
Explain the race around condition? : Dot net architecture
What is the difference between absolute expiration and sliding-time expiration?