0

What is the meaning of that program wy public string color() used cant understand

public class vehicle { private string color; public string color () { return Color; } public void set color(string .c){ this.color=c;

19th Jun 2017, 6:26 AM
R Prathibha
R Prathibha - avatar
1 Réponse
0
The Color object is used to create a new color. Read more about it here: https://docs.oracle.com/javase/7/docs/api/java/awt/Color.html
19th Jun 2017, 6:45 AM
Jamie Isaksen
Jamie Isaksen - avatar