Fundamentals of Object-Oriented Programming in C
What is Object-Oriented Programming (OOP) Object: Girlfriend, Boyfriend, Entity (an individual of a class of things) Type: Classification, Category The four main characteristics of Object-Oriented Programming: Abstraction: Abstracting things, abstracting properties, abstracting behaviors Properties: Common characteristics of a class of things, e.g., humans: age, name, ID, gender… Behaviors: Common behaviors of a class of things, … Read more