Window* window = new Window(...)
String string = “String.com”;
w̲i̲n̲d̲o̲w̲* window = new w̲i̲n̲d̲o̲w̲(...)
Then there's the Smalltalk approach:
aWindow := Window new ...