Difference between abstract class and interface
Answer Posted / b.harendra
what is the difference between abstractclass and interface?
Re: Difference between abstract class and interface
Answer
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
How can we integrate atlas with web services?
How do I know when my thread pool work item has completed?
What is a service class?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Explain about microsoft visual studio?
Define cache coherency? : Dot net architecture
Explain the process of gc?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Explain the race around condition? : Dot net architecture
What is a virtual memory? : Dot net architecture
Explain what does the term "green architecture" mean? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
What is the difference between metadata and menifest ?
What is the problem with .net generics?