diff --git a/assignment2reading.md b/assignment2reading.md new file mode 100644 index 0000000000000000000000000000000000000000..03ea7770830b75ae55230dcb770538a5494bc902 --- /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 + + +