void functionB() { TestClass1B testClassB = new TestClass1B(); TestClass3B testClass3B = new TestClass3B(); b = "hello dolly"; }
void functionA() { TestClass1B testClassB = new TestClass1B(); b = "hello mudit"; }