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
Define cache coherency? : Dot net architecture
Explain different pipelining hazards? : Dot net architecture
What is WPF and WCF?
Explain about cookie less session state? : .NET Architecture
What is a virtual memory? : Dot net architecture
How to upload in video,mp4,in .net 4.5 ..?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Session State and can i store desirialized object in state server, if yes how and if not why.
Explain about httpruntime.cach.get(); method?
question related to table havi colspan and row span
what is the method while we are using adapter and dataset ?
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain the difference between inprocess vs out process session state : Dot net architecture
What is cache coherency? : Dot net architecture
what is sessions and cookies take one example simple way to understand