objektipõhisele
objektipõhisele refers to a programming paradigm known as object-oriented programming (OOP). It is a model of programming that structures software design around data, or objects, rather than functions and logic. In object-oriented programming, objects are instances of classes, which are blueprints that define the properties and behaviors of those objects. Properties, also known as attributes or fields, represent the state of an object, while behaviors, also known as methods or functions, define what an object can do.
Key concepts in object-oriented programming include encapsulation, inheritance, and polymorphism. Encapsulation is the bundling of data