Was wondering why the concept of reference was introduce in C++ and not in C. I could figure out 2 places where we can not live without reference.
1) Copy Constructor
2) Operator Overloading
I am preety sure there are lot more reasons. Can we have a list o f that ?
1) Copy Constructor
2) Operator Overloading
I am preety sure there are lot more reasons. Can we have a list o f that ?
Comment