You are on page 1of 5

JAVA LEARNING

1. OOP(Object Oriented Programming)

 Java is an object-oriented programming (OOP) language, which means that we


can design classes, objects, and methods that can perform certain actions.
These behaviors are important in the construction of larger, more powerful
Java programs.

2. CLASSES

 A class is a set of instructions that describe how a data structure should


behave.

3. OBJECTS/INSTANCES
4. METHODS
5. INHERITANCE
6. Generalizations
7.

You might also like