I Can't Sleep Podcast Episode 80: Object-oriented Programming
Fall Asleep Learning About Object-oriented Programming
In this episode of the I Can't Sleep Podcast, learn about object-oriented programming. We'll explore all sorts of boring things like objects and classes, encapsulation, and polymorphism. You're bound to drift off within minutes on this one. Happy sleeping!
“Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).”