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

Category: Swift

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...

Programming/Swift

Abstract types and classes in Swift

Posted on July 13, 2015 / 0 Comment

Abstract Popular object-oriented programming languages support the concept of abstract classes as a means to define classes that are incomplete from an implemen...