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 |
Who invented oop?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
How to Increment the value of the empid E001 for each and every employee by using the programe?
Program to check whether a word is in all capital letters
What is multilevel inheritance in oop?
Why is destructor used?
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
How long to learn object oriented programming?
what is abstract class ? when is used in real time ? give a exp
What is differance between Abstract and Interface