Difference between abstract class and interface
Answer Posted / priyanka
Interfaces have only declarations of methods but abstract
classes can also have implementations of some methods.
| Is This Answer Correct ? | 90 Yes | 19 No |
Post New Answer View All Answers
How does an appdomain get created?
Explain 'managed' mean in the .NET context
Explain the purpose of cache? How is it used? : .NET Architecture
4. Wcf- what Asych and Sych call and how that works
what is sessions and cookies take one example simple way to understand
Which software is used for .net programming?
Explain the process of gc?
Explain about generation?
Different types of authentication modes in .net framework ?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
difference between Response.write,server.transfer and also which one is used when ?
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
What is the use of TPL DATAFLOW?
Define cache coherency and how is it eliminated? : Dot net architecture