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
12. Types of polymorphisem[Run and Design Exp.]
what is the difference between running an application with and without debugger?
What is one way operation?
Explain how cache is used? : Dot net architecture
So what exactly is the configuration file for then?
what is tracing? Where it used?
What are relation objects in dataset?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
How can I write my own .NET host?
Explain dma? : .NET Architecture
Explain about continuable exceptions?
how to create applications by using Visual Studio 2012?
What is a service contract, operation contract and data contract?
How do I prevent concurrent access to my data?
Explain cache memory? : Dot net architecture