Definition of Object Oriented Programming in single line?
Answers were Sorted based on User's Feedback
Answer / bhuvana
OOP Provides a way of Modularizing Programs by creating
memory area for both data and function that can be used as
templetes for creating copies of such modules on demand.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / jithin
Object Orieante Promming is working with the number of
objects to create a real world application.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / gangarampal
OOPS as Object Oriented Programming language.This type
of programming allows the creation of an object which always
has the same functional use, but can have multiple definitions.
for Ex. my company creates a diagnostic product. This product
provides a set of "objects" to be used to represent
diagnostic knowledge.One object in the set, the symptom,
represents an observable problem that someone might call a
tech support center to report.
| Is This Answer Correct ? | 2 Yes | 6 No |
What do you mean by stack program? Get me an example stack program?
what is difference between c++ language and java language
WAP to generate 2n+1 lines of the following pattern on the computer screen:
What does and I oop mean?
can we make game by using c
inheritence with example
Can destructor be overloaded?
What is the point of oop?
What are the three main types of variables?
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What do you mean by overloading?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5