An open API service indexing awesome lists of open source software.

https://github.com/ofentse-sithole/inheritance-java

Design a console application that will print a movie ticket for a customer. Make use of an abstract class named Tickets that contains variables to store the customer name, movie title, customer age and price of the movie. Create a constructor that accepts the customer name, movie title, customer age and price of the movie as parameter
https://github.com/ofentse-sithole/inheritance-java

Last synced: 7 months ago
JSON representation

Design a console application that will print a movie ticket for a customer. Make use of an abstract class named Tickets that contains variables to store the customer name, movie title, customer age and price of the movie. Create a constructor that accepts the customer name, movie title, customer age and price of the movie as parameter

Awesome Lists containing this project