What is OOPs
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / arshad iqbal
OOP stands for Object oriented programming, In this objects
are created and can be reused in different other softwares.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / cynthia,1st b.sc.,itm
Oops stands for Object Oriented Programminglanguage.C++ is
based on this Oops concept only.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / velmurugan
Object oriented programming organizes a program around its
data, i. e. , objects and a set of well defined interfaces
to that data. An object-oriented program can be
characterized as data controlling access to code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gyana
It is simply called Object oriented programming language.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / gyana
It is simply called Object oriented programming language.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bhaskar.mantrala
I think c++ not only a oop but also procedure oriented
programming because c++ editor supports c program also and
c++ program can execute with out using of classes and
objects.So why we are calling c++ as oop..............
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / prashant mishra
oops means.. object oriented programmings. oops is a
powerful metodlogy in .net, which helps to creating
software application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyoti
oops is language which is based on object thats y it is
called oop.
| Is This Answer Correct ? | 0 Yes | 1 No |
Can we define function inside main in c++?
What is an html tag?
What is c++ runtime?
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
Why do we need pointers?
What is type of 'this' pointer? Explain when it is get created?
what are the types of Member Functions?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What are the advantages of using pointers in a program?
What do you mean by const correctness?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
make a middle node of doubly linklist to the top of the list