Answer Posted / zohaib brohi
OOP means object oriented programing..
OOPs have 5 pillar.. some people says that there are 3
pillar ( they r also rite) bcz some where we dont consider
classes and object as pillar but some where we consider it
as pillar..
1-> Classes
2-> Objects
3-> Inheritance
4-> Polymorphism
5-> Encapsulation
in any programing language we find these 5 things we can say
that language is OOP Language..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a class template?
What methods can be overridden in java?
You want to link a c++ program to c functions. How would you do it?
What are put and get pointers?
What is null c++?
What is the role of C++ shorthand's?
What is c++ mutable?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is an associative container in c++?
What are c++ variables?
Can user-defined object be declared as static data member of another class?
When does the c++ compiler create temporary variables?
Is rust better than c++?
Distinguish between a # include and #define.
What is the operator in c++?