Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is OOPs

Answers were Sorted based on User's Feedback



What is OOPs..

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

What is OOPs..

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

What is OOPs..

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

What is OOPs..

Answer / sandeep

object oriented program system

Is This Answer Correct ?    6 Yes 5 No

What is OOPs..

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

What is OOPs..

Answer / gyana

It is simply called Object oriented programming language.

Is This Answer Correct ?    1 Yes 1 No

What is OOPs..

Answer / gyana

It is simply called Object oriented programming language.

Is This Answer Correct ?    1 Yes 1 No

What is OOPs..

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

What is OOPs..

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

What is OOPs..

Answer / jyoti

oops is language which is based on object thats y it is
called oop.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

How do you define/declare constants in c++?

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


Why c++ is created?

0 Answers  


Define what is constructor?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


What is lazy initialization in c++?

0 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


What are the differences between malloc() and calloc()?

0 Answers  


Can a program run without main in c++?

0 Answers  


Can non graphic characters be used and processed in C++?

0 Answers   HCL,


What is the best book for c++ beginners?

0 Answers  


Categories