OOP
Programming
Object-Oriented Programming. A programming paradigm based on the concept of "objects", which can contain data in the form of fields and code in the form of procedures.
Tags
paradigmsfundamentalscode-structure
Related Concepts
ACID
DBMS
Properties that guarantee reliable database transactions: Atomicity, Consistency, Isolation, and Durability.
transactionsreliabilityfundamentals
Normalization
DBMS
The process of organizing database tables to reduce redundancy and improve data integrity through a series of normal forms (1NF, 2NF, 3NF, etc.).
schema-designoptimizationfundamentals
Process vs Thread
OS
A process is an independent program with its own memory space, while a thread is a lightweight unit of execution within a process that shares memory w...
concurrencyfundamentalsmemory