| |
GeekInterview.com > Interview Questions > J2EE
| Print | |
Question: Java single inhertiance and multiple inheritance
Answer: 1.what is meant by inheritance,single inhertiance,multiple inheritance?2.define abstract class & abstract method?3.how to developed and delopying a SERVELT,JSP program in the TOMCAT APACHE SERVER,WEBLOGIC SERVER?PLZ send the answer for the particular abo |
| October 10, 2005 01:19:50 |
#3 |
| sudhir Gupta |
Member Since: Visitor Total Comments: N/A |
RE: 1.what is meant by inheritance,single inhertiance,... |
Inheritence:Making a new class,this new class have some own characterstics and definatelly uesed some existing features so inheritence means using someting existing,reusability of code.means that one is super class and other is subclass,subclass used all the public features of super class. sudhir |
| |
Back To Question | |