Home / Report Question

Q. Which of the following is true about structs in Swift?
  • A. Structs support inheritance
  • B. Structs are passed by reference
  • C. Structs are value types
  • D. Structs can have deinit methods