How to use Object
Create Reference Variable
Create Object(Instance)
Put Object into 1.Variable
Tv t;
t = new Tv();
Tv t = new Tv();
Last updated
Was this helpful?
Create Reference Variable
Create Object(Instance)
Put Object into 1.Variable
Tv t;
t = new Tv();
Tv t = new Tv();
Last updated
Was this helpful?