ALDI interview question

what is object oriented programming?

Interview Answer

Anonymous

Apr 21, 2019

Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure.