Question: The Codable protocol is **\_**?

  1. a combination of Encodable and Decodable
  2. not a true protocol <<<<---Possibly correct as it's a typealias of Encodable and Decodable
  3. required of all classes
  4. automatically included in all classes

Answer: The correct answer of the above question is Option A:a combination of Encodable and Decodable