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 are the advantages of prototyping?
How do you traverse a btree in backward in-order?
What is an inclusion guard?
What is the difference between containment and delegation?
Why pointer is used in c++?
What is copy constructor? Can we make copy constructor private in c++?
Define 'std'.
What is a constructor and how is it called?
Differentiate between late binding and early binding.
Is c++ faster than c?
What is null c++?
What is searching? Explain linear and binary search.
Define virtual constructor.
How can you say that a template is better than a base class?
What are the two main components of c++?