Difference between abstract class and interface
Answer Posted / chaitu
Abstract classes can have zero or more abstract methods.
In Abstract class even we can write methods with implementations.
But
In Interface by default all the methods are public and abstract. so in interface we can not write the implemented methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
What is the use of TPL DATAFLOW?
HttpHendler and HttpModules
Define the mesi? : Dot net architecture
What is the use of CLR in .NET?
What is the access level of the visibility type internal?
readonly syntax ?
how to make and display a form without title bar?
Explain about .net garbage collector?
How resource files are used in .net?
Explain the difference between primary & secondary storage device? : .NET Architecture
Can you Explain
What is the difference between machine config vs. Web config : Dot net architecture
What is the difference between an application and a program?
Session State and can i store desirialized object in state server, if yes how and if not why.