Difference between abstract class and interface
Answer Posted / brgkkc
1) Abstract class defines few or none of the methods, but
interface defines all the methods..
2) Abstract classes should have subclasses else that will
be useless..
Interfaces must have implementations by other classes else
that will be useless
3)only an interface can extend another interface, but any
class can extend an abstract class..
4)All variable in interfaces are final by default
| Is This Answer Correct ? | 444 Yes | 531 No |
Post New Answer View All Answers
What is the purpose of hard disk? : Dot net architecture
Name some changes done since version 3.0?
Define cache coherency and how is it eliminated? : Dot net architecture
Define cache coherency? : Dot net architecture
how to change row background color in gridview
Differences between VS 2005, 2008 and 2010 ?
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
Explain domestic architecture artifacts? : .NET Architecture
Does application frame need host?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the difference between primary & secondary storage device? : Dot net architecture
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
Explain COM with example?
What is the use of CLR in .NET?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile