Swift
Access control
In a framework module, what's the difference between declaring open class and public class? Pick all correct statements.
Pick all that apply
Access control
In a framework module, what's the difference between declaring open class and public class? Pick all correct statements.
Pick all that apply
SwiftMultiple choiceBasics
Which of these statements about Swift language rules are correct? Pick all that apply.
#access-control
SwiftShort answerBasics
In one file you have class A { fileprivate func secret() {} } and class B. Can B call A()…
#access-control
TestingMultiple choiceIntro
When the test target does @testable import MyApp, which declarations become accessible?
#access-control