Swift Programming Language's example code does not call super.init in the first line. It would seem that's an unsafe practice as an inherited item can be overridden by parent constructor, right?Swift Programming Language's example code does
Swift Programming Language's example code does not call super.init in the first line. It would seem that's an unsafe practice as an inherited item can be overridden by parent constructor, right?Swift Programming Language's example code does