Difference between abstract class and interface
Answer Posted / bijayalaxmi pradhan
1.In side an abstract class some of the methods are
abstract and some methods are concrete.But incase of an
Interface all methods are abstract().
2.An abstract class cannot support multiple inheritance,
but an interface can support multiple.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What are the main Tools to develop .Net Application?
How to prevent my .NET DLL to be decompiled?
Explain what does the term "green architecture" mean? : Dot net architecture
What is .net mobile automatic paging? : Microsoft dot net mobile
What are the different pipelining hazards? : Dot net architecture
readonly syntax ?
How resource files are used in .net?
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
What are the important principles of soa (service oriented architecture)?
Explain what does the term "green architecture" mean? : .NET Architecture
where should I put this information then?
What is the difference between an event and a delegate?
Can I customise the trace output?
What are the options provived by vss to the user? how it will help us while delevoping application?