Java - Save constructor input in variable
By
Guest
in Programming
in Programming
Go to solution
Solved by Butter1484,
public class Tomato extends Vegetable
{
private String weight;
public Tomato(String size, String weight)
{
this.weight = weight;
// stuff
}
public void information()
{
stuff.add(weight)
}
}
-
Topics
-
Issac Zachary ·
Posted in Troubleshooting1 -
4
-
PopsicleHustler ·
Posted in Audio4 -
4
-
4
-
Greasy_Pudding ·
Posted in Servers, NAS, and Home Lab2 -
Sveeno ·
Posted in LTT Releases8 -
4
-
thrasher_565 ·
Posted in Hot Deals0 -
6
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now