Pergunta de entrevista da empresa IBM

What is OOP?

Resposta da entrevista

Sigiloso

14 de abr. de 2011

OOP = object-oriented programming. This involves the use of various programming languages based on the concept of data structure called an "object", each of which has an associated set of actions or functions (methods) that are used on the data. Objects are grouped in classes, and classes can be nested so that objects inherit attributes from parent classes. Read more information at foldoc.org or webopedia.com.