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".
MovieFactory
- 16
Locked
Comments (6)
- Popular
- New
- Old
You must be signed in to leave a comment
Switch/Cypher
25 September 2020, 10:46
Wrote working code in 15 mins.
Now been battling verification for several hours.
+3
Petros
6 August 2020, 20:11
Another battle with verification LOL
+2
Lucas Hoage
13 June 2020, 01:04
Perfect exercise.
0
Clau Dia
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".
0
Roman
10 December 2018, 06:44
Thank you, we will fix it soon.
+2
Benjamin Winchester
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.
0