how can we do like this in runtime?

Thread Starter

Shafty

Joined Apr 25, 2023
358
private static PurchasingItem Sridhar;
private static PurchasingItem Inverter;
private static PurchasingItem ReadingTablet;
private static PurchasingItem VOIPphone;
private static PurchasingItem LandlinePhone;
private static PurchasingItem ChainSprocket;

how can we do like this in runtime? I mean naming the variable itself..
 

nsaspook

Joined Aug 27, 2009
16,473
private static PurchasingItem Sridhar;
private static PurchasingItem Inverter;
private static PurchasingItem ReadingTablet;
private static PurchasingItem VOIPphone;
private static PurchasingItem LandlinePhone;
private static PurchasingItem ChainSprocket;

how can we do like this in runtime? I mean naming the variable itself..
Why? What do you want to do?
 
Top