For example: long large (const long &; const long & ampb);
If the parameter is passed by value, Const will be ignored, such as the following two overloaded functions with the same function signature.
Dragon & big (long A, long B);
Dragon & is large (constant length A, constant length B);