Difference between abstract class and interface
Answer Posted / jenish gandhi
All the methods declared inside an Interface are abstract.
Where as abstract class must have at least one abstract
method and others may be concrete or abstract. In Interface
we need not use the keyword abstract for the methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a virtual memory? : .NET Architecture
what are constructors and destructors?
What is private constructor? And it's use?
what is the method while we are using adapter and dataset ?
How is the using() pattern useful? What is idisposable?
Explain the race around condition? How can it be overcome? : Dot net architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is .net viewstate?
What is new in the .net 2.0 class library?
Define an interrupt? : Dot net architecture
What other than biginteger has been introduced in system.numerics namespace?
What is the purpose of cache? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
What is an asssembly qualified name? Is it a filename? How is it different?
What is cache coherency and how is it eliminated? : Dot net architecture