What are the three main principles of object-orienting programming
encapsulation, polymorphism, inheritance
A program that translates a program written in a high-level language like Jace into a program written in a low-level
compiler
This methodology views a program as consisting of objects that can act alone or interact with one another
object-oriented programming
the original name of the Java language
oak
a way of organizing classes by defining common attributes and behaviors to apply to a collection of classes
inheritance
this term describes a blueprint for the attributes and behaviors of a group of objects
class
a combination of english and a programming language
pseudocode
The programming concept allows the same program instruction to mean different things in different contexts
polymorphism
what piece of hardware in a computer holds the currently executing program
RAM
primitive data types
boolean, int, byte, char, long