You are given the following class:
class Order {
String text;
int amount;
}
Select the correct declaration of a two-argument constructor for this class.
You are given the following class:
class Order {
String text;
int amount;
}
Select the correct declaration of a two-argument constructor for this class.
Create a free account to access the full topic