What is OOPs

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


Please Help Members By Posting Answers For Below Questions

What is ctime c++?

852


what is a reference variable in C++?

896


Do class declarations end with a semicolon? Do class method definitions?

863


Why do we use using namespace std in c++?

808


What is c++ coding?

857


What are pointer-to-members? Explain.

814


What are c++ files?

882


What is the difference between strcpy() and strncpy()?

843


What is a linked list in c++?

789


How do you remove an element from a set in c++?

823


How would you find out if a linked-list is a cycle or not?

748


What is the iunknown interface?

890


Which should be more useful: the protected and public virtuals?

774


How to allocate memory dynamically for a reference?

785


What is a template in c++?

1314