Computer scienceProgramming languagesC++Basics of Object-Oriented Programming

Introduction to OOP

Theory

Thread for terms

Report a typo

You need to connect the term/concept with its definition or metaphor.

Match the items from left and right columns
Procedural programming
Object-oriented programming
Encapsulation
Inheritance
Polymorphism
Abstraction
A program is a collection of entities that represent something from the real world and have attributes and/or methods.
Representing complex systems or ideas in a simpler and more understandable form.
Using the same code to work with different types of data or objects.
A program is a set of instructions for a computer
It's like a capsule pill (grouping related data and functions into a single unit called an object)
Allows the creation of new classes that inherit properties and functionality from existing classes.
___

Create a free account to access the full topic