kahilw 0 Newbie Poster

Hello I am asking for help with this question that I have. I have tried to to find the solution for this but I have had no luck, please help

Analyze how the principle of constness of objects can be violated or circumvented by using ordinary read/write iterators and container support using methods with prototypes
Iterator Begin() const;Iterator End() const;Illustrate points with sample code.