diff --git a/README.md b/README.md index 2c93acaa..3f4e60f2 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ - Come and add any code of your choice in any language or technology. - If you are a beginner just add your name in username.txt and create a pull request. - Raise an Issue if you want to become member of organization. + +# java Opps Concept +In this page, we will learn about the basics of OOPs. 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.