About Question com.enthuware.ets.scjp.v6.2.387 :
Posted: Mon Dec 02, 2013 1:59 pm
In the answer there is nothing said about the instance variables the class contains.
I understand now that with declaration you only want the access-level, class-name, extends and/or implements?
I answered:
public class Polygon extends Shape {private List<Points>; private Color color; private boolean fillvalue;}
I understand now that with declaration you only want the access-level, class-name, extends and/or implements?
I answered:
public class Polygon extends Shape {private List<Points>; private Color color; private boolean fillvalue;}