Tag Archives: class

Static and Class Keyword in Swift
Before we talk about how static and class keyword are different with each other, lets see how they are similar. How They Are Similar? Static and Class keyword when applied on a variable or function, make it Type method. Type Methods are the methods which you can call directly without creating instance of the class. […]