What is an internal operator overloading ?
Overloading of an operator that works only between objects of the same class
Overloading of an operator that can only be used inside the class
Overloading of an operator defined as a method of the class
Overloading of an operator that was already defined by default for this class