extends Instrument class_name Corde func _init(nom : String) -> void: super(nom) func pincer() -> void: print("On pince l'instrument %s." % nom)