Answer to Question #303880 in Python for H A

Question #303880


Make classes to manage a cinema.

  • Use just strings and ints to keep things clear.
  • No need for get() and set()
  • Test your code with two hard-coded (no input()) objects of each class
  • A cinema has:
  • Movie:attrs: name, rating (int 1..5), length (two ints: hours and minutes)
  • methods: printM()
  • Snack:attrs: name, price, #calories
  • methods: printS()
  • Employee:attrs: name, dateHired
  • methods: printE()
1
Expert's answer
2022-03-01T01:34:47-0500

Here is an example of code for your question:

https://bohr.wlu.ca/cp264/notes/movie_python.htm


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS