IntroductionThis tutorial is also written for those who have no clear answer to the fundamental difference between Classes and Structs. We all know there is no inheritance in Structs, but why? If you don’t know the answer, take a couple seconds to read the code below. Again, please excuse me for its format. I tried to have it as concise as possible. class HumanClass { var name: String init(name: S