Why Use Private Access Modifiers
One of our students asked why should we use Access Modifiers in our classes? in this video we explore this question and answer the impotence of protecting data from myself and not only from others. for more information please watch video.
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