glossary_of_object-oriented_terms

Glossary of object-oriented terms

Return to Programming glossary

Add (JSEgloss) for biblio citation as needed.

A

Abstraction

B

C

D

E

Encapsulation

F

G

H

I

should only be accessed by methods of the same class.

Inheritance

J

K

L

M

  • Modularity: breaking an application into logical sub-parts, that are easier to code and maintain than a whole.

N

O

  • Object or Instance: one instance of a class. A class is a type and an object is a variable. Cat is a class and Fluffy is an object or one instance of the Cat class. Objects can be discussed in a general sense, such as in object-oriented programming. This causes confusion between Object, the concept and object, the instance of a class. There is a tendency to use instance when referring to one variable example of a class to avoid confusion.

P

Polymorphism

operator, method or class identifier, to have many forms.

Q

R

S

Sources

External sites

  • Glossary of object-oriented terms
glossary_of_object-oriented_terms.txt · Last modified: 2024/04/28 03:18 by 127.0.0.1