MovieFactory

  • 16
  • Locked
You have the code for a MovieFactory program. Figure out what it does. Add Cartoon and Thriller classes. Understand how we get a SoapOpera object using the key "soapOpera".
You can't complete this task, because you're not signed in.
Comments (6)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Switch/Cypher
Level 25 , Bexleyheath, United Kingdom
25 September 2020, 10:46
Wrote working code in 15 mins. Now been battling verification for several hours.
Petros
Level 23 , Columbia, United States
6 August 2020, 20:11
Another battle with verification LOL
Lucas Hoage
Level 14 , Savannah, United States
13 June 2020, 01:04
Perfect exercise.
Clau Dia
Level 24 , Mendoza, Argentina
10 December 2018, 03:30
In point 8, it's not "Create a variable movie in the Movie class" but "Create a variable movie OF the Movie class".
Roman
Level 41
10 December 2018, 06:44
Thank you, we will fix it soon.
Benjamin Winchester
Level 17 , Savannah, United States
1 December 2018, 19:41
What is the purpose of calling MovieFactory.getMovie() on an invalid entry? It seems better to train programmers to catch invalid entries in their code rather than letting them pass.