Difference between abstract class and interface
Answer Posted / rajesh
1.)when a class is said to be Abstract if it contain both
implementation & unimplementation details ie,method with
body(implementation),method with out body(un-implementation).
in a class if any method with out body is said to be
abstract method.then before the class name we should keep
abstract to the class.
2.)An interface is a one which is having un-implementation
details(method with out body),multiple inheritence can be
achieved in java by using interfaces.
| Is This Answer Correct ? | 32 Yes | 14 No |
Post New Answer View All Answers
what are the fundamental and common properties of .net controls?
What are the five stages in a dlx pipeline? : Dot net architecture
How can implement drag and drop using atlas?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
How will you do windows authentication and what is the namespace?
What is the application frame host?
12. Types of polymorphisem[Run and Design Exp.]
how to make and display a form without title bar?
Can you explain control extenders?
Explain about developer benefit from memory management?
difference between data reader and dataset
Explain what does the term "green architecture" mean? : Dot net architecture
What's new in the .net 2.0 class library?
Explain a .net mobile example with details? : Microsoft dot net mobile
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile