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 .net mobile input controls? : Microsoft dot net mobile
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
So what exactly is the configuration file for then?
Explain about appdomains?
What is the difference between primary & secondary storage device? : Dot net architecture
What does the term "green architecture" mean? : .NET Architecture
When do I need to use gc.keepalive?
What is the purpose of Treeview control?
how to add list of items in a web application and win application?
What is biginteger and when would you use that?
What is the purpose of cache? How is it used? : Dot net architecture
Different types of authentication modes in .net framework ?
Explain about developer benefit from memory management?
Can I customise the trace output?