Difference between abstract class and interface
Answer Posted / rajasekhar
Interface:
=>In interface we cann't implement methods.
=>We can write any number of mothods. But all those methods
are by default abstract and public.
Abstract Class:
=>In abstract class none/more abstract and non-abstract
mothods we can declare.
=>We can implement mothods in abstract class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain difference between inprocess vs out process session state? : .NET Architecture
What is the difference between an event and a delegate?
how to change the title of my window?
What is a virtual memory? : Dot net architecture
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
What is a clickonce application?
Explain COM with example?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
What is an interrupt? : .NET Architecture
Explain some of the disadvantages due to microsoft.net?
What are relation objects in dataset?
What is the purpose of Accordian in jquery? Where it can be used?
Explain the difference between state server and sqlserver : Dot net architecture
Explain dotnet framework ?