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
- Host: GitHub
- URL: https://github.com/wesleyanjosfullstack/php-poo
- Owner: wesleyanjosfullstack
- License: mit
- Created: 2024-12-05T13:59:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:05:34.000Z (about 1 year ago)
- Last Synced: 2025-02-12T21:21:50.386Z (10 months ago)
- Topics: course, cursoemvideo, cursoemvideophp, oriented-object-programming, php
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.