Take Up Code
17: Object-Oriented Programming. The Next Level.
- Autor: Vários
- Narrador: Vários
- Editora: Podcast
- Duração: 0:06:35
- Mais informações
Informações:
Sinopse
Object-oriented programming, or OOP, is a powerful way of designing software by creating your own types that encapsulate behavior and data. Your types can make use of other types through relationships. When I am teaching programming, I do not start out with this topic right away but I do recommend that you learn it as soon as possible because you will need to get used to a new way of thinking about your software designs.