Language
Version: 4
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Functions
-
Object Oriented Programming
Search Results
Searching for: Interfaces in Swift
Inheritance
Language: Swift
Inheritance is used to inherit another class' members, including fields and methods. A subclass extends a base class' members.