Write a decorator that converts all uppercase characters to lowercase in the input stream. If we read in "I know the Decorator Pattern therefore I RULE!" then your decorator converts this to "i know the decorator pattern therefore i rule!"
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Write a decorator that converts all uppercase characters to lowercase in the input stream. If we read in "I know the Decorator Pattern therefore I RULE!" then your decorator converts this to "i know the decorator pattern therefore i rule!"