What is OOP ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is OOP ??

I was going through the glossary .. I wanted to search it out on Googe but I thought it's better to get that info from your friends 😋 right ??

7th May 2018, 3:54 PM
Fasiha Mohammad
Fasiha Mohammad - avatar
3 Answers
+ 1
OOP(object oriented programming language)... it compiles from bottom to Top..you may be notice its compilation while you do pgrms on class and objects.. c++ is object oriented programming language as well as procedural oriented programming language... best example is Java because it follows pure OOP .. This is just basic and there are some concepts which is mentioned above by @Karan_Kumar
7th May 2018, 4:06 PM
Sreejith P
Sreejith P - avatar
+ 9
OOP is short for Object-Oriented Programming.... It is a programming paradigm for coding languages like Java, C++, etc.. It has five major concepts which include: 1) Data Abstraction 2)Data Hiding 3) Polymorphism 4)Inheritence 5)Encapsulation
7th May 2018, 3:58 PM
Karan Kumar
Karan Kumar - avatar
+ 4
Karan Kumar & Sree thnxx a lot
7th May 2018, 4:11 PM
Fasiha Mohammad
Fasiha Mohammad - avatar