Difference between abstract class and interface
Answer Posted / aktharul ameen
1.Abstract class is act as a base class which define some
rule to its sub class or derived class where as interface
gives its methods and properties to be implemented by
derived class
2.Abstract class can be private,public etc...where as
interface are intended for public only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
Why am I getting an invalidoperationexception when I serialize an arraylist?
Define cache coherency and how is it eliminated? : Dot net architecture
State and explain about microsoft.net?
What are the options provived by vss to the user? how it will help us while delevoping application?
Explain .net mobile automatic paging? : Microsoft dot net mobile
how to delete the record using data reader
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Describe the Managed Execution Process in .NET?
Use of Enable view state ? if turn off what happen ?
how to change the application name?
What is Object Caching in Visual Studio 2010?
Explain the types of memory management? : .NET Architecture
How does an appdomain get created?
How can I create a application?