Definition of Object Oriented Programming in single line?

Answer Posted / sekar

Object-oriented programming as an approach that provides a
way of modularizing programs by creating partitioned memory
area for both data and functions that can be used as
templates for creating copies of such modules on demand.

Is This Answer Correct ?    24 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between abstraction and encapsulation?

590


what is the 3 types of system development life cycle

2431


Can static class have constructor?

582


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

942


Templates mean

1587






What does <> mean pseudocode?

620


Whats oop mean?

586


How can you overcome the diamond problem in inheritance?

765


What are the advantages of polymorphism?

573


Why is encapsulation used?

577


What is a class and object?

595


Why polymorphism is used in oops?

581


Why do pointers exist?

655


Can we have inheritance without polymorphism?

608


What polymorphism means?

620