In real time project when will we use Abstract class. and
what are the difference between abstract and interface.
Answer Posted / avinash
In Real time,we use Abstract class when we want the
implemented functionality to be used . In Abstract class ,
there may contain Abstract methods or non abstract
methods(concrete methods).
When we dont want the functionality provided by the abstract
class then we are going to make use of Interface. we
directly implement the interface and provide functionalities
for the abstract methods.
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is RMI and what are the services in RMI?
Which class is the immediate superclass of the menucomponent class?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Explain what is orm?
Why won’t the jvm terminate when I close all the application windows?
How is a java object message delivered to a non-java client?
What is ioc concept?
What are the pros and cons of detached objects?
Is there a guarantee of uniqueness for entity beans?
What is the difference between java class and bean?
Which textcomponent method is used to set a textcomponent to the read-only state?
Explain the different types of memory used by jvm?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Do you think that java should have had pointers?
Explain ioc concept?