Tárgyalapú
Tárgyalapú is a Hungarian term that translates to "object-oriented" in English, commonly used in the context of computer programming and software development. It refers to a programming paradigm where the fundamental building blocks are not just functions or procedures, but rather "objects." These objects encapsulate both data (attributes) and the behavior (methods) that operates on that data.
In a tárgyalapú approach, programs are designed as a collection of interacting objects. Each object is an