View Single Post
Old 01-26-2009, 11:00 AM   #1 (permalink)
Jenski
The Wanderer
 
Join Date: Apr 2008
Location: Cloud 9
Posts: 19
Thanks: 0
Jenski is on a distinguished road
Help How to call classes?

I have this setup:

class a
class b extends a

class c
class d extends c


I want class d to be able to call several functions in class b.
What is the best way of doing this?
Jenski is offline  
Reply With Quote