Hello everyone:
I have one last project that is due today and I have a question. Class assignment the Airliner...
In this project that I'm working on it has several class in which each class has some data type it needs to use. It also need to two programs one to capture the required info. the other will create the user interface and db connections
I think I need at least three class.
Ticket
Buyer
The third one to conatin the main() to do the testing.
Question is I don't think I can use extends from what I have being read. So the question is how do I get the info from TicketClass to the BuyerClass.
The BuyerClass need info from the TicketClass in order to process a ticket and print out the in.
any help would be great.
nomad
I have one last project that is due today and I have a question. Class assignment the Airliner...
In this project that I'm working on it has several class in which each class has some data type it needs to use. It also need to two programs one to capture the required info. the other will create the user interface and db connections
I think I need at least three class.
Ticket
Buyer
The third one to conatin the main() to do the testing.
Question is I don't think I can use extends from what I have being read. So the question is how do I get the info from TicketClass to the BuyerClass.
The BuyerClass need info from the TicketClass in order to process a ticket and print out the in.
any help would be great.
nomad
Comment