Definition of Object Oriented Programming in single line?
Answer Posted / 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 |
Post New Answer View All Answers
Whats is abstraction in oops?
What is the difference between static polymorphism and dynamic polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is overriding vs overloading?
What are the three main types of variables?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Give two or more real cenario of virtual function and vertual object
What is multilevel inheritance explain with example?
What is a null tree?
What does and I oop mean in text?
Why is oop useful?
What are different oops concepts?
What are the benefits of polymorphism?
What does <> mean pseudocode?
can we make game by using c