Difference between abstract class and interface
Answer Posted / shilpa
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 ? | 1291 Yes | 233 No |
Post New Answer View All Answers
Explain what does the term "green architecture" mean? : Dot net architecture
Explain about developer benefit from memory management?
what is diffrent beatween localprinter and networkprinter
Explain difference between machine config vs. Web config : Dot net architecture
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
Define a managed code? : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is Video Streaming in .net??
how to use custom field validation
Explain about continuable exceptions?
Whate are resource files? How are they used in .net?
What is a clickonce application?
Explain cache memory? : .NET Architecture
What is cache coherency? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture