Which of the following are characteristics of object-oriented programming design? Choose all that apply. It breaks the solution into independent objects and supports a modular design. It uses modules and functions as objects. It requires unique coding symbols.

Respuesta :

Answer:

1 and 2

Explanation:

Ver imagen tristankirith

Object oriented design seeks to archive modular designs that are extendable and reusable   hence he right choice is

  • It breaks the solution into independent objects and supports a modular design
  • It uses modules and functions as objects.

Object-oriented programming (OOP) is a computer programming model that organises software design around data, or objects, rather than functions and logic

Learn more about Object-oriented:

https://brainly.com/question/14078098