Answer:
Object-oriented
Step-by-step explanation:
Object Oriented programming (OOP) is a specific way of programming, where the code is organized in units called classes, from which objects are created that are related to each other to achieve the objectives of the applications. Object-oriented programming took over as the dominant programming style in the mid-1980s, largely due to the influence of C ++. Its dominance was consolidated thanks to the rise of graphical user interfaces, for which object-oriented programming is particularly well suited. Its most important characteristics are the following: