watz the difference between abstract class and interface?
Which one u ill choose as a designer?
Answer / ajay roy
Abstract Class is the one which contains atleast one
abstract method and other method may not be essentially
abstract. However, interface always have only method
signature in it. We can not have methods with
implementation in interface unlice abstract class.
When designer wants to use common property of a system then
he should go with abstract method. Because in abstract
method he can have implementation of common properties
along with signature of other method which can be
implemented as per need.
| Is This Answer Correct ? | 5 Yes | 1 No |
what is platform dependent translation and platform dependent programming language
Why java is free from garbage values??
What is token in java?
What is the difference between applet and application?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is java regex?
Explain about core java?
What will happen if we declare don’t declare the main as static?
what is difference between type 4 driver and type 1 driver?
2 Answers CMC, CTS, IBM, JK Technosoft, Napier Healthcare,
What is serialversionuid?
How to implement an arraylist in java?
Why declare Main() inside the class in java ?