object-oriented
object-oriented is important concept for design, manipulation.
the feature of object-oriented design is syntax.
first, user chose object, then next, user choose operation.
In programing, the syntax of object-oriented programming (class feature) is like this
code: oo.cpp
object.verb(arg);
object is first, verb(operation) is next.
GUI is based on object-oriented design.