Java Games: Flashcards, matching, concentration, and word search.

Java I Vocab

AB
Classa class contains a list of fields (at tributes) that describe objects in the real world. A class also defines the behavior of an object through methods.
Instancean instance (object) is created from a class and describes a particular thing in the real world.
Objectthey have methods. Invoking a method performs an action. The behavior of each objects have the same fields and methods. Many different objects can be created from the class; all of these objects have the fields and methods.
Return typetells us what information the method will give us.
Void returnit means that the method will not give us an information.
Boolain returntype can only returnt he values true or false.
Descriptionin each method, shown in the object menu, including the return type, method name, and parameter list, is called the method signature.
SubclassA class that represents a specialization of another. In Greenfoot, this is-a is whonw with an arrow tot he super class.
Behaviora class that is defined by its source code.
Source codemust be compiled or translated into machine code before it can be executed.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities