Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling a method from an extended classes super

Status
Not open for further replies.

TimJr

Programmer
Feb 22, 2002
21
US
Is there an easy way of calling an extended class' super's method.

For example:

Class1 extends Class2.
Class3 intantiates object Class1.
How can I call one of Class2's methods in Class3?
 
Please post non-J2EE questions in forum269

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top