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 |
Write a program to reverse a string using recursive function?
What does I oop mean?
What is an orthogonal base class?
what is the diffrence between c# and c++
all about pointers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
what is object slicing?
what is oops
what is difference between objects and function
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
Do you know about multiple inheritance?
What is multilevel inheritance?