class DogObject : CatObject { override init() { super.init() } } class CatObject : NSObject {}