From 739868890f3f4793764baaaddf82f32bbdca2c3d Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Wed, 5 Feb 2020 14:18:30 -0500 Subject: [PATCH] auto --- assignment2reading.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 assignment2reading.md diff --git a/assignment2reading.md b/assignment2reading.md new file mode 100644 index 0000000..03ea777 --- /dev/null +++ b/assignment2reading.md @@ -0,0 +1,30 @@ +# Reading Assignment #2 +**Due: Feb 9, 2020, 11:59 pm, v1** + +[**Quiz**](https://myelms.umd.edu/courses/1275375/quizzes/1308769) + +The quiz is timed, only 30 minutes, and will be available to **midnight Sunday**. +It is open everything, but again, you have 30 minutes so I advise you to do +the work first. + +----- + + +[Enumeration](https://docs.swift.org/swift-book/LanguageGuide/Enumerations.html) +- down to, but not including, "Recursive Enumerations" + +[Closures](https://docs.swift.org/swift-book/LanguageGuide/Closures.html) +- down to, but not including, "Autoclosures" + +[Optional Chaining](https://docs.swift.org/swift-book/LanguageGuide/OptionalChaining.html) + +[Protocols](https://docs.swift.org/swift-book/LanguageGuide/Protocols.html) +- down to, but not including, "Checking for Protocol Conformance" + +[Access Control](https://docs.swift.org/swift-book/LanguageGuide/AccessControl.html) +- Modules and Source Files +- Access Levels +- Access Control Syntax + + + -- GitLab