Hi !

I have a base class and a derived class ( which inherits the base class ).

I want to derived class to overload the [] operator, so that it can perform certain operations and also call the...