Difference between abstract class and interface
Answer Posted / tevendra singh
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
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What's new in the .net 2.0 class library?
Can you explain atlasuiglitz library?
What is private constructor? And it's use?
What are public and private assemblies ?
What is cache coherency? : Dot net architecture
What is gui programming? : .NET Architecture
Explain Intermediate Language?
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What is biginteger and when would you use that?
what is the difference between master page and content page?
What is the difference between primary & secondary storage device? : Dot net architecture
How to prevent my .NET DLL to be decompiled?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is IL code, CLR, CTS, GAC & GC?