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 the best way to declare and define global variables?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is the basic difference between C and C++?
Can non graphic characters be used and processed in C++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Specify different types of decision control statements?
Explain the use of this pointer?
What is the difference between prefix and postfix versions of operator++()?
What are the characteristics of friend functions?
How do you traverse a btree in backward in-order?
What is decltype c++?
Write about all the implicit member functions of a class?
Why is c++ a mid-level programming language?
What are the differences between the function prototype and the function defi-nition?
What is DlgProc?