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 the Lapsed Listener problem in .net
how to change row background color in gridview
What is the mesi? : Dot net architecture
how to create applications by using Visual Studio 2012?
Explain .net mobile selectionlist control? : Microsoft dot net mobile
State and explain about microsoft.net?
What is the difference between l1 and l2 cache? : Dot net architecture
what is the difference between master page and content page?
What is the use of web.config?
Differences between VS 2005, 2008 and 2010 ?
Define a virtual memory? : Dot net architecture
Define an interrupt? : Dot net architecture
What is Com Callable wrapper?when it will created?
What are the important principles of soa (service oriented architecture)?
Explain Intermediate Language?