class - - defines a new data type. It is the formal implementation, or blueprint, of the attributes and behaviors of the objects of that class., object - - a specific instance of a class with defined attributes. Objects are declared as variables of a class type., constructors - - code that is used to create new objects and initialize the object’s attributes., new - - keyword used to create objects with a call to one of the class’s constructors., instance variables - - define the attributes for objects., methods - - define the behaviors or functions for objects., dot (.) operator - - used to access an object’s methods., parameters (arguments) - - the values or data passed to an object’s method inside the parentheses in the method call to help the method do its job., return values - - values returned by methods to the calling method., immutable - - String methods do not change the String object. Any method that seems to change a string actually creates a new string., wrapper classes - - classes that create objects from primitive types, for example the Integer class and Double class.,

Tabela

Vizuelni stil

Postavke

Promeni šablon

Vrati automatski sačuvano: ?