https://github.com/ranjan2104/oops-using-java
Object means a real-world entity such as a pen, chair, table, computer, watch, etc. Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects. It simplifies software development and maintenance by providing some concepts
https://github.com/ranjan2104/oops-using-java
java oops-in-java
Last synced: 7 months ago
JSON representation
Object means a real-world entity such as a pen, chair, table, computer, watch, etc. Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects. It simplifies software development and maintenance by providing some concepts
- Host: GitHub
- URL: https://github.com/ranjan2104/oops-using-java
- Owner: Ranjan2104
- License: gpl-3.0
- Created: 2021-06-13T02:51:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T02:56:22.000Z (over 4 years ago)
- Last Synced: 2025-02-26T02:44:38.398Z (10 months ago)
- Topics: java, oops-in-java
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OOPS Using JAVA
Object-Oriented Programming is a paradigm that provides many concepts, such as inheritance, data binding, polymorphism, etc.
Simula is considered the first object-oriented programming language. The programming paradigm where everything is represented as an object is known as a truly object-oriented programming language.
Smalltalk is considered the first truly object-oriented programming language.
The popular object-oriented languages are Java, C#, PHP, Python, C++, etc.
The main aim of object-oriented programming is to implement real-world entities, for example, object, classes, abstraction, inheritance, polymorphism, etc.
