Object Oriented Programming Language
Object Oriented Programming Language
SAADIA BANO
Lecturer
[email protected]
COMSATS Institute of Information Technology
Department of Computer Science,
Sahiwal
Operator overloading
Return_type operator op ()
{
Function body;
}
Example:
Void operator ++()
{
Function body;
}
Overloading unary operators