OOP stands for Object-Oriented Programming.
Java Object-Oriented Programming provides many concepts such as inheritance, data binding, polymorphism as below.
- Classes and objects
- Class Attributes
- Method
- Constructors
- Modifiers like public, private, protected, defualt
- Encapsulation
- Packages
- Inheritance
- Polymorphism
- Abstraction
- Interface
- Exceptions
- Threads
Comments