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 the method while we are using adapter and dataset ?
Explain pipelining? : Dot net architecture
What is the difference between absolute expiration and sliding-time expiration?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
Explain about the base class library provided by microsoft.net?
What are the types of application software?
Define a virtual memory? : Dot net architecture
Explain different pipelining hazards? : Dot net architecture
What is ILDASM ?
how to use custom field validation
What is the use of web.config?
Explain about common language infrastructure?
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain about appdomains?