Definition of Object Oriented Programming in single line?
Answer Posted / sreevals
An Object-Oriented Program consists of a group of
cooperating objects, exchanging messages, for the purpose
of achieving a common objective
| Is This Answer Correct ? | 39 Yes | 29 No |
Post New Answer View All Answers
what is different between oops and c++
When not to use object oriented programming?
What is difference between pop and oop?
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’.
#include
Can static class have constructor?
Can an interface inherit a class?
Explain virtual inheritance?
What is abstraction with example?
write a program that takes input in digits and display the result in words from 1 to 1000
Why polymorphism is used in oops?
How is polymorphism achieved?
Which language is not a true object oriented programming language?
Advantage and disadvantage of routing in telecom sector
What is abstraction in oop with example?