View Single Post
  #2 (permalink)  
Old 11-23-2008, 02:13 AM
Nicholas Jordan's Avatar
Nicholas Jordan Nicholas Jordan is offline
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 1,018
Rep Power: 3
Nicholas Jordan is on a distinguished road
Default
What package is Customer in? Just use
Code:
import (package).Customer;
in the file in which you wish to use Customer class, then do:
Code:
Customer customer = new Customer();//
in the Shopping Cart class, whatever methods you need in Shopping Cart, write them in Customer and they will show up on customer.
__________________
Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Reply With Quote