objektno
Objektno is a term used in several South Slavic languages to describe the object-oriented approach in computing. In everyday usage it can also function as an adverb meaning objectively, but in technical writing the word is typically paired with programiranje to denote object-oriented programming (OOP). The root objekt means object, and the suffix -no forms an adjective or adverb.
In programming, objektno programming emphasizes software designed around objects that encapsulate data and behavior. Core concepts
Object-oriented programming emerged in the 1960s and 1970s with languages such as Simula and Smalltalk and
Object-oriented design emphasizes modularity and reuse and supports design patterns. It contrasts with procedural and sometimes
See also: Object-oriented programming, Class, Object, Inheritance, Polymorphism, Encapsulation.