Definition of Object Oriented Programming in single line?
Answer Posted / suresh palkar
It is an approach that provide a way of modularizing
programs by creating partitioned memory area for both data
and function that can be used as templates for creating
copies of such modules on demand
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is an interface in 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’.
How long to learn object oriented programming?
Can we have inheritance without polymorphism?
What is the real time example of inheritance?
What are oops functions?
What causes polymorphism?
What language is oop?
What is meant by oops concept?
What are the 3 principles of oop?
Which type does string inherit from?
What is overloading in oops?
What is the problem with multiple inheritance?
What are main features of oop?
What is overriding vs overloading?