GNU/EDMA Dynamic Object-Oriented Programming
by David Martnez Oliveira < dmartin at tsc.uvigo.es >
--------------------------------------------------------------
EDMA: Entorno de Desarrollo Modular y Abierto
Object Oriented and Componentware Framework  

Copyright (C) 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2013
           by David Martnez Oliveira

See the end of the file for license conditions.
--------------------------------------------------------------

Introduction
-------------
This tutorial will introduce dynamic object-oriented programming with GNU/EDMA environemnt
TBC

Inheritance, Anchor Points and Classpaths
-----------------------------------------
TBC

Object Inheritance
------------------
TBC

Repeated Inheritance
--------------------
TBC

Mix-in Inheritance
------------------
TBC

Delegation and Consultation
---------------------------
TBC

Super and Inner
---------------
TBC

Virtual Methods
---------------
TBC

Polymorphism
------------
TBC

Environmental Polymorphism and Role Based Programming
-----------------------------------------------------
TBC

Object Clonning and Shared Parents
----------------------------------
TBC

OO Patterns
-----------
TBC

Final Words
-----------
TBC
.
EDMA is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

EDMA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with EDMA.  If not, see <http://www.gnu.org/licenses/>.


