Difference between abstract class and interface
Answer Posted / khaleek ahmad
Abstract class is a special kind of class which can not be
instantiated while Interface is an Entity. You can define
some methods in Abstract class but can not in interface
For more detail see at
http://interview-preparation-for-you.blogspot.com/2010/10/difference-between-abstract-class-and.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explain server controls in atlas?
What are bindings?
Difference between type constructor and instance constructor?
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Explain about appdomains?
how to set the startup position of the form?
What is the purpose of cache? : Dot net architecture
how to add list of items in a web application and win application?
What are the five stages in a dlx pipeline? : Dot net architecture
What is textbox control of .net mobile? : Microsoft dot net mobile
Describe the Managed Execution Process in .NET?
What is a virtual memory? : .NET Architecture
What is biginteger and when would you use that?
difference between Response.write,server.transfer and also which one is used when ?