Difference between revisions of "Programación orientada a objetos"

From Supercomputación y Cálculo Científico UIS
Line 18: Line 18:
 
==== Sesiones teóricas ====
 
==== Sesiones teóricas ====
 
*[https://www.dropbox.com/s/ocyhxa6z9hlevac/OOP%20-%20Introduccion.pdf?dl=0 Introducción]
 
*[https://www.dropbox.com/s/ocyhxa6z9hlevac/OOP%20-%20Introduccion.pdf?dl=0 Introducción]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/G6hsulUen4dsL6h Estructuras de control y vectores]
+
*[https://www.dropbox.com/s/q9iypoevhg0yb97/OOP%20-%20Estructuras%20de%20control.pdf?dl=0 Estructuras de control y vectores]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/hXOnk0rMik1yljt Clases e instancias]
+
*[https://www.dropbox.com/s/tviyt9t82ynraew/OOP%20-%20Clases%20Instancias.pdf?dl=0 Clases e instancias]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/D6uVZFbtdsvkIxV Constructores - Atributos, Parametros y Variables]
+
*[https://www.dropbox.com/s/75b8btebik33fz7/OOP%20-%20Atributos%20Parametros%20Variables.pdf?dl=0 Constructores - Atributos, Parametros y Variables]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/Bvu3fhBb1As4ZvG Encapsulación]
+
*[https://www.dropbox.com/s/g5m5f8vrn871f88/OOP%20-%20Encapsulacion.pdf?dl=0 Encapsulación]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/fvPFIAAMwfXzFuy Relaciones entre clases]
+
*[https://www.dropbox.com/s/4h88icmat5261e1/OPP%20-%20Relaciones%20Clases.pdf?dl=0 Relaciones entre clases]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/X1Svvjw4q6BjdYQ Herencia]
+
*[https://www.dropbox.com/s/d4uczi96pg9qn51/OOP%20-%20Herencia.pdf?dl=0 Herencia]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/FQaHt8Zn21pb0ZH Polimorfismo]
+
*[https://www.dropbox.com/s/3ijcbll1vdawkxs/OOP%20-%20Polimorfismo.pdf?dl=0 Polimorfismo]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/FAYoODpg5oeQxjT Clases Abstractas e Interfaces]
+
*[https://www.dropbox.com/s/tmb140k4efaczqh/OOP%20-%20Clases%20Abstractas%20e%20Interfaces.pdf?dl=0 Clases Abstractas e Interfaces]
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/KmKbmA9yif2bMOA Interfaces Gráficas]
+
*[https://www.dropbox.com/s/kwas80j9p7oeyyp/OOP%20-%20GUI.pdf?dl=0 Interfaces Gráficas]
 +
*[https://www.dropbox.com/s/6um7f4eu5tzp9d7/OOP%20-%20Conclusion.pdf?dl=0 Conclusión]
 
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/cryAUFVvLNBFMdw Colecciones] - [http://www.sc3.uis.edu.co/owncloud/index.php/s/R46josef8reZ06U Código ejemplo]
 
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/cryAUFVvLNBFMdw Colecciones] - [http://www.sc3.uis.edu.co/owncloud/index.php/s/R46josef8reZ06U Código ejemplo]
  
 
==== Sesiones practicas ====
 
==== Sesiones practicas ====
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/GEziChrHJwTOFKn Lab 1 : Variables y asignación]
+
*[https://www.dropbox.com/s/o00qpux2rhks9dv/OOP%20-%20Lab%201%20-%20Variables%20y%20Asignacion.pdf?dl=0 Lab 1 : Variables y asignación]
 
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/5vzLCAtbEvhAJJQ Lab 4 : Colecciones]
 
*[http://www.sc3.uis.edu.co/owncloud/index.php/s/5vzLCAtbEvhAJJQ Lab 4 : Colecciones]
 
==== Lecturas ====
 
==== Lecturas ====
Line 50: Line 51:
 
*Ejemplo cambiar mundo greenfoot
 
*Ejemplo cambiar mundo greenfoot
 
*Horario de sustentaciones
 
*Horario de sustentaciones
 +
 
=== BIBLIOGRAFÍA Y FUENTES DE INFORMACION ===
 
=== BIBLIOGRAFÍA Y FUENTES DE INFORMACION ===
 
*[http://math.hws.edu/javanotes/ Introduction to Programming Using Java. David Eck. Link.]
 
*[http://math.hws.edu/javanotes/ Introduction to Programming Using Java. David Eck. Link.]

Revision as of 19:54, 10 October 2016

Volver a Cursos

Programación Orientada a Objetos - Código 22951

Profesor

Gabriel Pedraza Ferreira, PhD. - gpedraza@uis.edu.co

PRESENTACION

La programación orientada a objetos o POO (OOP según sus siglas en inglés) es un paradigma de programación que usa los objetos en sus interacciones, para diseñar aplicaciones y programas informáticos. Está basado en varias técnicas, incluyendo herencia, cohesión, abstracción, polimorfismo, acoplamiento y encapsulamiento. Su uso se popularizó a principios de la década de los años 1990. En la actualidad, existe una gran variedad de lenguajes de programación que soportan la orientación a objeto.

CONTENIDO

EVALUACIONES

Parcial 2

MATERIAL DEL CURSO

El material presentado, fundamentalmente son las diapositivas presentadas durante las sesiones tanto teóricas como practicas.

Sesiones teóricas

Sesiones practicas

Lecturas

Trabajos Practicos

Trabajos Dirigidos

Proyecto Final Curso

BIBLIOGRAFÍA Y FUENTES DE INFORMACION