OOP #22

toop

We learned about operator overloading. we used dotPeek to investigate c# “under the hood” code. we saw operator == requires also != and also Equals

operator-overloading-5-638

More topics covered:

    • Object class methods
    • operatos overloading: >= <= * /
    • mscorlib.dll
    • Object.RefernceEquals

Links:

 

Leave a comment