From a9c2d91192cdfecaeba796b7e89b67e8b265d6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Mon, 23 Mar 2020 20:18:27 -0300 Subject: [PATCH] feat (doc/oo): new OO foundations videos --- README.md | 6 ++---- notebooks/pt/c02oo/README.md | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 31362d7..734e4bd 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,9 @@ Todos os exemplos no diretório `notebook` são preparados para o ambiente Jupyt ## Abrir branch específico em uma instância do [binderhub](https://github.com/jupyterhub/binderhub) -* **Branch *master*** + [![launch @ gke.mybinder.org][badge-jupyterlab-gke-mybinder-org]](https://gke.mybinder.org/v2/gh/santanche/java2learn/v1.0.0?urlpath=lab) - [![launch @ gke.mybinder.org][badge-jupyterlab-gke-mybinder-org]](https://gke.mybinder.org/v2/gh/santanche/java2learn/master?urlpath=lab) - - [![launch @ gke.mybinder.org][badge-jupyterlab-ovh-mybinder-org]](https://ovh.mybinder.org/v2/gh/santanche/java2learn/master?urlpath=lab) + [![launch @ gke.mybinder.org][badge-jupyterlab-ovh-mybinder-org]](https://ovh.mybinder.org/v2/gh/santanche/java2learn/v1.0.0?urlpath=lab) ## Git tutorial diff --git a/notebooks/pt/c02oo/README.md b/notebooks/pt/c02oo/README.md index a7dd93b..9174d20 100644 --- a/notebooks/pt/c02oo/README.md +++ b/notebooks/pt/c02oo/README.md @@ -1,6 +1,6 @@ # Seção de Fundamentos de Orientação a Objetos -Para todos os roteiros a seguir, acione o binder [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/java2learn.git/master?urlpath=lab) e realize o que for solicitado. +Para todos os roteiros a seguir, acione o binder [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/java2learn.git/v1.0.0?urlpath=lab) e realize o que for solicitado. # Roteiro Fundamentos de Classes e Objetos @@ -26,7 +26,22 @@ Assista este vídeo com resolução de mais uma parte dos exercícios do Emprés [![História da POO](http://img.youtube.com/vi/xw6RitSC3CA/0.jpg)](https://youtu.be/xw6RitSC3CA) -(ainda hoje serão lançados os vídeos complementares) +Assista a sequência de três vídeos a seguir que introduzem conceitos de orientação a objetos (classe, objetos, atributos, métodos e construtores) no contexto do UML e Java: + +Objetos e Classes em UML e Java (introdução): + +[![Objetos e Classes em UML e Java - introdução](http://img.youtube.com/vi/4eTc12y7ARk/0.jpg)](https://youtu.be/4eTc12y7ARk) + +Objetos e Classes em UML e Java (métodos): + +[![Objetos e Classes em UML e Java - métodos](http://img.youtube.com/vi/66PaoPsV0RQ/0.jpg)](https://youtu.be/66PaoPsV0RQ) + +Objetos e Classes em UML e Java (construtor): + +[![Objetos e Classes em UML e Java - construtor](http://img.youtube.com/vi/0NLxdxbs5S0/0.jpg)](https://youtu.be/0NLxdxbs5S0) + +Use o seguinte notebook para acompanhar a atividade: +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/java2learn/v1.0.0?filepath=notebooks%2Fpt%2Fc02oo%2Fs01basico%2Fclasse-objeto-basico.ipynb?urlpath=lab) Essas aulas estão sendo colocadas no canal: