An open API service indexing awesome lists of open source software.

https://github.com/wesleyanjosfullstack/php-poo

Curso de PHP Orientado a Objeto do curso em video
https://github.com/wesleyanjosfullstack/php-poo

course cursoemvideo cursoemvideophp oriented-object-programming php

Last synced: 9 months ago
JSON representation

Curso de PHP Orientado a Objeto do curso em video

Awesome Lists containing this project

README

          

# PHP-POO
Aulas do curso de PHP Orientado a Objeto do [cursoemvideo](https://www.cursoemvideo.com/)

Aulas disponíveis na seção [PHP POO](https://www.cursoemvideo.com/curso/php-poo/)

Object Oriented PHP course classes [cursoemvideo](https://www.cursoemvideo.com/)

Classes available in the section [PHP POO](https://www.cursoemvideo.com/curso/php-poo/)

## Sobre o repositório
Este repositório é para fins de estudo, treino e aperfeiçoamento sobre a linguagem PHP com POO.

## Sobre o repositório
This repository is for study, training and improvement purposes on the PHP language with OOP.

## Assunto
## Subject

### [Aula 02 Criando Clases e Objeto](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula02)
### [Aula 03 Visibilidade de Atributos e Métodos](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula03)
### [Aula 04 Métodos Getters, Setters e Construtor](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula04)
### [Aula 05 Prática POO](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula05)
### [Aula 06 Encapsulamento](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula06)
### [Aula 07 Objetos Compostos](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula07)
### [Aula 08 Agregação com Objetos](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula08)
### [Aula 09 Exercício POO](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula09)
### [Aula 10 Herança parte 01](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula10)
### [Aula 11 Herança parte 02](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula11)
### [Aula 12 Conceito Polimorfismo parte 01](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula12)
### [Aula 13 Conceito Polimorfismo parte 02](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula13)
### [Aula 14 Projeto Youtube parte 01](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula14)
### [Aula 15 Projeto Youtube parte 02](https://github.com/wesleyanjosfullstack/PHP-POO/tree/main/Aula15)

## Conclusão
Está aulas tem por objetivo de aprender a parter intermediaria da linguagem de programação PHP com a programação orientado a objeto, sendo uma parte principal para trabalhar com classe, instânciar objetos, encapsulamento, herança e demais paradigma da orientação a objeto. Estudar este tópico é essencial para programadores.

## Conclusion
This class aims to teach you the intermediate part of the PHP programming language with object-oriented programming, being a main part to work with classes, instantiating objects, encapsulation, inheritance and other object-oriented paradigms. Studying this topic is essential for programmers.