filmov
tv
MicroNugget: What is OOP? (Object-Oriented Programming)?
Показать описание
In this video, Garth Schulte covers Object-Oriented Programming (OOP), which is a common design philosophy used to build various applications. This technique offers numerous advantages, one of which is code separation — the ability to create modular components and promote code reuse, drastically increasing the flexibility of the code.
Object-Oriented Programming (OOP) is a design philosophy commonly used to build apps. One of the biggest advantages it offers is code separation. Rather than reinventing the wheel with each separate function, code separation offers the ability to write a line of code once, then reuse it as necessary for different functions. This drastically increases the speed and efficiency with which apps can be built. Garth also covers some of the more advanced features of OOP, including class hierarchies and data models.
The foundation of OOP is called a “class” and contains three major features: properties, methods, and events. The video will walk you through the basic functionality of each, as well as how they interact with each other.
Start learning with CBT Nuggets:
Комментарии