This week Bart Busschots brings us the penultimate JavaScript installment of Programming By Stealth as he brings us part 2 of building with classes. This wraps up our third look at Object Oriented programming in JavaScript. We learn about the concept of inheritance, and how it allows us to build classes that inherit attributes and […]
Continue readingMore TagTag: object oriented programming
CCATP #642 –– Bart Busschots on PBS 98 — Building with Classes Part 1 — Has-A
In this episode of Programming By Stealth, Bart explains one single concept, that of “Has-A”. This is part 1 of 2, where next time we’ll learn “Is-A” which is about inheritance. These both sound like odd terms but they’re part of what makes object oriented programming so powerful. Bart spends 90% of the time going […]
Continue readingMore TagCCATP #640 – Bart Busschots on PBS 97 — Class Data Attributes & Functions
I’m not going to lie to you guys, this episode of Programming By Stealth was pretty rough for me. It builds on the foundation Bart laid in PBS 95 where he introduced Getters and Setters and it was pretty clear that this previous lesson had not sunk in for me yet. I’ll definitely have to […]
Continue readingMore TagHow almost everything in JavaScript is an Object – by Will aka @beiju
The following explanation is from an old friend of the show, Will (also known as @beiju). Unbeknownst to us, he’s been following along with Programming By Stealth all this time and just popped his head up for the first time in quite a few years. Will wrote the following in an email to Bart and […]
Continue readingMore Tag