Java - OOPS Concepts
Java is a Object Oriented Programming Language. OOP is providing some standard way to creating the object and using the object.
Below are the OOP concepts,
Below are the OOP concepts,
- Class
- Object
- Inheritance
- Polymorphism
- Abstraction
- Encapsulation
Comments
Post a Comment