👉 In computer science, a term that is often used to refer to an algorithm or method that does not conform to classical programming paradigms such as imperative and procedural languages. Instead, it uses objects, functions, and data structures in a way that is more akin to object-oriented programming (OOP) or functional programming, with the main focus on creating reusable code that can be easily reused across different applications. For example: ```python def my_function(): print("Hello") ``` In