Problem Solivng and Programming Flashcards


Set Details Share
created 6 months ago by mlj1028
2 views
show moreless
Page to share:
Embed this setcancel
COPY
code changes based on your size selection
Size:
X
Show:

1

What are the three main principles of object-orienting programming

encapsulation, polymorphism, inheritance

2

A program that translates a program written in a high-level language like Jace into a program written in a low-level

compiler

3

This methodology views a program as consisting of objects that can act alone or interact with one another

object-oriented programming

4

the original name of the Java language

oak

5

a way of organizing classes by defining common attributes and behaviors to apply to a collection of classes

inheritance

6

this term describes a blueprint for the attributes and behaviors of a group of objects

class

7

a combination of english and a programming language

pseudocode

8

The programming concept allows the same program instruction to mean different things in different contexts

polymorphism

9

what piece of hardware in a computer holds the currently executing program

RAM

10

primitive data types

boolean, int, byte, char, long