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 an qt4 interface?
can we make a class static without using static keyword?
What is polymorphism explain its types?
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
What is oops in programming?
What is the important feature of inheritance?
What are the benefits of interface?
Polymorphism with an example?
what are abstract classes and how they impliment , with example
some one give d clear explanation for polymorphism
Can we override main method?
Have you ever used threads?