Frage im Vorstellungsgespräch bei CACI International

What is Object-oriented programming?

Antwort im Vorstellungsgespräch

Anonym

27. Mai 2020

OOP is a programing model that is based on 'objects' which contain the data in the form of 'fields' and code in the form of procedures or methods.. These objects can interact with each other. Class based languages are the most popular.