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
How do I stop a thread?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
What is the difference between metadata and menifest ?
what is the method while we are using adapter and dataset ?
What are the options provived by vss to the user? how it will help us while delevoping application?
What is the application frame host?
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
can u give me real example of how web.config overrides the machine.config file?
What is one way operation?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is a service class?
data types used in validation control
What are .net mobile controls features? : Microsoft dot net mobile
Explain the difference between l1 and l2 cache? : .NET Architecture
what is sessions and cookies take one example simple way to understand