Procedures are a variant of subprograms. Subprograms are a part of a computerprogram which provides a special function. Other programs can call a subprogram and give them a task. After the subprogram finished its part, it gives the maintask back to
Methodes
In the object-orientated programming methodes are subprograms which describe the behaviour of objects and implement them. Using methods, objects can comunicate with each other.