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

What is differance between Abstract and Interface

3 Answers  


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


Whats is abstraction in oops?

0 Answers  


for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 Answers  






What is the real time example of encapsulation?

0 Answers  


Can an interface inherit a class?

0 Answers  


Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


What are the components of marker interface?

0 Answers  


What do we mean by a hidden argument in C++?

1 Answers  


Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


What is for loop and its syntax?

0 Answers  


Categories