+ 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 ??
3 Réponses
+ 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
+ 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
+ 4
Karan Kumar & Sree thnxx a lot