in this video we have overloaded [ ] to return the address of the value box .
the code is llike this-
price_menu[“dosa”]=60;
the square bracket part will return the address of the value box , after this step i am unable to understand what all is going on what is the processing , what will the peice_menu do with the address it received from the function call.