Hi. I'm not sure if I understand what you mean by "in the same project", but the second part of the code, i.e.,


TestClass myName = new TestClass();
myName.name = "Jefferson";
myName.age = 18;...