Difference between abstract class and interface
Answer Posted / ramana
abstract class is about to have defined and undefined methods.but in case of interfaces ,only method declarations are avaliable.abstract class can't support multiple inheritance but interfaces can support.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the race around condition? : 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
What do you know about machine.config file ?
What does this do? Gacutil /l | find /i "corillian"
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What is the use of TPL DATAFLOW?
Define cache coherency and how is it eliminated? : Dot net architecture
Explain the difference between primary & secondary storage device? : .NET Architecture
Differnce between managed code and unmanaged code ?
Explain difference between machine config vs. Web config : Dot net architecture
What is the mesi? : .NET Architecture
What is a service class?
Explain about generation?
How do I write to the application configuration file at runtime?
Explain the difference between state server and sqlserver : Dot net architecture