Méthodes statiques rapides

class Calculator {

  // static method 
  static func add() {
  ...  
  }
}
SAMER SAEID