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 a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is .net mobile input validation. : Microsoft dot net mobile
What are the different pipelining hazards? : Dot net architecture
How can implement drag and drop using atlas?
Can you explain update progress control?
Differnce between managed code and unmanaged code ?
How do I stop a thread?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What is .net mobile forms? : Microsoft dot net mobile
So what exactly is the configuration file for then?
What is textview control of .net mobile? : Microsoft dot net mobile
what are the events for a form?
What is .net mobile images control. : Microsoft dot net mobile
Can you explain control extenders?
How to improve the cache performance? : .NET Architecture