what is oops
Answers were Sorted based on User's Feedback
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 |
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 |
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 a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
What is command routing in MFC
What are the 3 principles of oop?
What is object in oop with example?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
any one please tell me the purpose of operator overloading
what are the ways in which a constructors can be called?
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
What is DeadlyDiamondDeathProblem ?
what is different between oops and c++
What are the advantanges of modularity