Skip to content
objecthub.net
  • Home
  • About
  • Go
    • Go Container Kit
  • Swift

Category: Design patterns

Design patterns/Programming/Software design/Swift

Anonymous classes for Swift

Posted on July 26, 2015 / 0 Comment

Abstract All classes, structs and enums in Swift are named and they are concrete in the sense that there are no abstract members, like abstract methods or prope...