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 ctime c++?
what is a reference variable in C++?
Do class declarations end with a semicolon? Do class method definitions?
Why do we use using namespace std in c++?
What is c++ coding?
What are pointer-to-members? Explain.
What are c++ files?
What is the difference between strcpy() and strncpy()?
What is a linked list in c++?
How do you remove an element from a set in c++?
How would you find out if a linked-list is a cycle or not?
What is the iunknown interface?
Which should be more useful: the protected and public virtuals?
How to allocate memory dynamically for a reference?
What is a template in c++?