Intro to OOP
Duration: 56:45
Created with
Ben Fhala
Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.
Intro to OOP Overview
What you'll learn
Its not easy to start with OOP so we decided to take a break from code and focus on the why/what/when. In this session we will decrypt the most complicated keywords you will find in OOP so when you start programing in them they will be easy to grasp. Don't forget we have many more titles that break into hands on with OOP if you don't like getting in depth exploitations before you get your hands wet.
Getting Started With OOP
Learn the core ideas of oop in a visual fun way. Instead of breaking your head dealing with it in code lets take a step out and understand the why.
02:24
Spaghetti Code
Learn why Spaghetti code is actually harder then OOP coding.
02:57
objects
learning how to figure out what functions should be part of what objects. an OOP session.
06:52
Access Modifiers
Understand the importance of access modifiers in oop and why you should use them all the time.
05:45
OOP Classes
learn why OOP uses classes. Instead of doing it without understanding why lets take a step back and understand why they are used to make it easier then when you create them.
02:51
Why Use Private Access Modifiers
You already know about access modifiers but you don't understand why you use them or why to use them at all. in this video we explore there importance.
05:28
Are Classes Visual
are classes a visual thing? can then be non visual? in this video we explore these questions and more.
04:28
Inheritance
learn what inheritance is in OOP programing and why we use it.
10:36
Encapsulation
LEarn what Encapsulation is in this OOP video title. we explore what it is how its used and more importantly why its used.
09:01
Static Classes
Static classes aren't used to create objects and instead are directly accessed through the class
02:44
OOP Design Patterns
When should i start learning about Design Patterns what patterns should i always use what should ignore?
03:40