Basic Concepts of Object Oriented Programming | Object Oriented Programming in C++ for beginners

Опубликовано: 29 Октябрь 2024
на канале: Humayoon Siddique
27,474
7

In this video tutorial we will start with the introductory part of Object Oriented Programmin with C++.
Definition – OOP is an approach that provides a way of modularizing programs by creating partitioned memory area for both data and functions that can be used as a template(Class) for creating copies of such modules on demand (Objects)
Some basic concepts associated with OOP-
Classes & Objects
Data Abstraction and Encapsulation
Inheritance
Polymorphism
Dynamic Binding