Difference between abstract class and interface
Answer Posted / sachin pawar
1) Abstract class is must inheritable & its scope is upto
derived class
2) Interface is must implementable & its scope is upto any
level of its inheritence chain.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of cache? How is it used? : .NET Architecture
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What are the options provived by vss to the user? how it will help us while delevoping application?
What is Object Caching in Visual Studio 2010?
How to improve the cache performance? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
what is polymorphism and advantage ?
Difference between type constructor and instance constructor?
What is .net mobile automatic paging? : Microsoft dot net mobile
What is cache coherency and how is it eliminated? : Dot net architecture
Explain what does the term "green architecture" mean? : .NET Architecture
What is Opf3
What is .net mobile lists. : Microsoft dot net mobile
Explain cache? : .NET Architecture
What is private constructor? And it's use?