Definition of Object Oriented Programming in single line?
Answers were Sorted based on User's Feedback
Answer / ganesd pradhan
It is an structutured approach where all program segmented
into classes and objects to minimise the mesmerizing the
data and code.
| Is This Answer Correct ? | 16 Yes | 16 No |
Answer / dasith
Object oriented programming is where the user is able to create classes & sub classes which contain objects which could be accessed by methods to achieve a particular goal,OOP mainly focuses on how different objects fits into a problem , Rather than solving the problem.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ashish mishra
OOPs is a programming model that simplifies software
development and maintenance by providing certain rules which
are followed by the programmer and designer at the time of
development as well as maintenance.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / triven
Object Oriented Programming is a methodology based on
objects instead of just functions and procedures.
And these objects are organized into classes which allows
individual objects to group together.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shweta chinchore
Object oriented programing is mainly focuses on object and
message passing between that objects to achieve real word
applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivasa reddy
ObjectOriented Programming Language is Collection of
Classes And Objects
| Is This Answer Correct ? | 9 Yes | 10 No |
Answer / jilender singh
oops is a programing concept which support four basic
concept 1.abstraction 2. encapsulation 3.polymorphism and
fourth is inheritence.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / manohara bhargava vikneswaran
oops is object oriented program language,itis mostly used
in java program to create classes ana objects.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / surendar
OOPs is defined as the program paradigm to develop real
software with the help of objects.
| Is This Answer Correct ? | 2 Yes | 4 No |
What are the advantanges of modularity
Which is not an object oriented programming language?
Write a program in c++ to read two floating point numbers and find their sum and average.
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
Write a program to reverse a string using recursive function?
Can destructor be overloaded?
Why is abstraction used?
string is a class or data type in java?
Write on signed and unsigned integers and give three (3) examples each
What is an example of genetic polymorphism?
can you explain how to use JavaBean in Project
What are the different forms of polymorphism??