UML Modeling Techniques > Class modeling > Operations > Overloading operations
Overloading operations
You create overloaded Operations by creating two or more Operations that have the same Name and the same parent. Although the Name of each overloaded Operation is the same, the signature of each overloaded Operation should be unique.