Drawbacks of Operator overloading
You must be logged in to reply to this topic.
Nothing is more important drawback.. but see some one
1) operator overloading mostly uses call by reference concept, and it may cause the problem of circular referencing, when we call operator more then one time in one expression.
2) operator overloading methods are static by nature so difficult to use as dynamically.
You must be logged in to reply to this topic.