227k views
0 votes
When looking at an object or process to code, it is important to think of as general a solution as possible and consider all the functionality that may be required. The process in which we consider properties and functionality of objects into classes is known as ___________________.

User SSP
by
3.0k points

1 Answer

5 votes

Answer: Object oriented programming

Step-by-step explanation:

In some object-oriented programming languages, there is a special sort of class member, intermediate in functionality between a field (or data member) and a method.

User Zhangjinzhou
by
3.4k points