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 property in oops?
Difference ways of Polymorphism?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
What is the main purpose of inheritance law?
what is cast operator?
what is the size of an empty class
What does <> mean pseudocode?
How many human genes are polymorphic?
what i oops concept, how many languages supports oops concept?
what is virtual destructor
When you define a integer it gets stored in which data structure?(Stack or a heap)
What are the 5 oop principles?