is there a way to return a class with a function? so that i can use it later on in my code? here is an example:
class Data_1{ static int price = 1; } class D