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 polymorphism give a real life example?
what is object slicing
Is data hiding and abstraction same?
difference between overloading and overridding
What is public, protected, private?
how does a main() in C++ is different from main() in C?
What are the advantanges of modularity
What are the benefits of polymorphism?
what is new operator in c++
Why is oop useful?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What are classes oop?