Object Oriented Programming (OOP) in C++ Course
By freeCodeCamp.org
Published: Feb 02, 2021“
Object Oriented Programming (OOP) is commonly used when writing code with C++. In this crash course, you will learn what OOP is and how to implement it using C++.This course was developed by Saldina Nurak (CodeBeauty). Check out her channel: https://www.youtube.com/c/CodeBeauty
Course Contents
- (0:00:00) Introduction
- (0:00:54) Introduction to OOP
- (0:03:17) Classes and objects
- (0:10:40) Access modifiers
- (0:17:26) Constructors
- (0:29:39) Encapsulation
- (0:39:50) Abstraction
- (0:52:23) Inheritance
- (1:15:43) Polymorphism
- (1:28:26) Outro
- (1:29:01) Bloopers
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
Tag: OOP
[#Script #Coding] Python Game Development Project Using OOP – Minesweeper Tutorial (w/ Tkinter)
Python Game Development Project Using OOP – Minesweeper Tutorial (w/ Tkinter)
By freeCodeCamp.org
Published: Apr 18, 2022“
In this course, you will improve your Python skills by coding a Minesweeper game using the tkinter library. The game is fully implemented using Object Oriented Programming.Course from JimShapedCoding. Check out his channel: https://www.youtube.com/channel/…
Code: https://github.com/jimdevops19/MinesweeperGame
Course Contents:
- (0:00:00) Getting Started
- (0:26:22) Creating Cells & Mines
- (0:49:40) Minesweeper Algorithms
- (1:36:29) Display Game data
- (2:00:28) Finishing touches and playing the game
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
[READ MORE]”