|
Thanks hardwired!!!... i found the problem in my program. Could you please let me know why is it necessary to add garage in the constructor below:- Thanks for your help
public Entrance(Garage garage, int threadNum)
{
this.garage = garage;
number = threadNum;
}
|