Difference between abstract class and interface
Answer Posted / tevendra singh pardhi(balaghat
Abstract Class:
(1)it contains both abstract methods and non abstract
methods
(2) object can't be created just through reference we are
calling all the methods
(3) it is implemented by subclass i.e which class is
extended from this
abstract class contains only nonabstract this situation
also code will compile fine but problem at runtime
abstract can't be declared with Final Synchronized Native
just your requirements you implement some methods in the
abstract class
this class also contain Constructor
Interface contains all abstract methods
all methods compulsory implemented by particular class
interface does not contain Constructor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is tracing? Where it used?
What is parallel computing?
What is the difference between absolute expiration and sliding-time expiration?
How to prevent my .NET DLL to be decompiled?
how to change the title of my window?
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
Session State and can i store desirialized object in state server, if yes how and if not why.
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 difference between .net and visual studio?
What is the importance of updatepanel control?
How will you do windows authentication and what is the namespace?
What is cache coherency and how is it eliminated? : .NET Architecture
Explain how cache is used? : Dot net architecture
Can you explain atlasuiglitz library?
How can I create a application?