• 2022-05-28
    Which two statements about packages are true?()
    A: Packages can be nested
    B: You can pass parameters to packages
    C: A package is loaded into memory each time it is invoked
    D: The contents of packages can be shared by many applications
    E: You can achieve information hiding by making package constructs private
  • 举一反三