what is oops

Answers were Sorted based on User's Feedback



what is oops ..

Answer / rohit jindal

Object oriented programming language allow us to think the
real world in term of object.Object is a collection of data
and functionwhich operate on that data. It provides the
concepts of classes which is a template from which we can
churn out as many object as we want of similar behviour.It
provide the concepts of
polymorphism,inheritance,encapsulation etc.

Is This Answer Correct ?    29 Yes 1 No

what is oops ..

Answer / rekha

OOps is the object oriented programming concept here we
create a class and access the class using the object.
Class is the collection of data members and member function.

Is This Answer Correct ?    14 Yes 2 No

what is oops ..

Answer / kaush

oops is a programming language for making program to more
secure,easy and mostally object oriented.
it is use mostly for security purpose.

Is This Answer Correct ?    2 Yes 1 No

what is oops ..

Answer / lucky varshney

Object Oriented Programming System

Is This Answer Correct ?    6 Yes 10 No

Post New Answer

More OOPS Interview Questions

which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


write a program to find 2^n+1 ?

0 Answers   CTS,


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks

2 Answers  


What are the two different types of polymorphism?

0 Answers  






What is the significance of classes in oop?

0 Answers  


Can we create object of abstract class?

0 Answers  


What is command routing in MFC

1 Answers   GE,


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


What is class in oop with example?

0 Answers  


Can we have a private virtual method ?

8 Answers   Ness Technologies,


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

0 Answers  


Categories