Say i want to declare a string for my entire class to use, but that string has a part that might change later. Is it possible to only have to declare the string once, and “refreshing” it later? Example: Can i adjust this code so that in the end, it prints out This is a long string using another newer,