What is the difference between abstract class and
Interface? Give an example how will u write an abstract
class using .NET Framework
Answer Posted / susant
difference between an interface and abstract class?
1.In Interface all methods must be abstract,
2.In the abstract class some methods can be concrete.
3.In the interface no accessibility modifiers are allowed,
which is ok in abstract classes.
4.In interface all the members are by-default public
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain how cache is used? : Dot net architecture
Explain the purpose of cache? : Dot net architecture
How to prevent my .NET DLL to be decompiled?
What is IL code, CLR, CTS, GAC & GC?
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain domestic architecture artifacts? : .NET Architecture
What is Object Caching in Visual Studio 2010?
Explain about the base class library provided by microsoft.net?
Explain hard disk? : Dot net architecture
Explain cache memory? : .NET Architecture
what is the difference between running an application with and without debugger?
Explain the types of memory management? : .NET Architecture
What is an interrupt? : .NET Architecture
What is the problem with .net generics?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?