.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :author: Hamza Manzoor
   :requires:
   :satisfies: JSVEE Java
   :topic: JSVEE Java


JSVEE JAVA 6
================

About
-----------------------

JSVEE content package containing Java examples.

ae_simple_inheritance_1
-----------------------
Basic example of inheritance in Java

.. extrtoolembed:: 'ae_simple_inheritance_1'
   :learning_tool: mastery-grid-java-animations

ae_inheritance_polymorphism_1
-----------------------------
Example of polymorphism in Java

.. extrtoolembed:: 'ae_inheritance_polymorphism_1'
   :learning_tool: mastery-grid-java-animations

ae_jeg_interface1_v2
------------------------------
Demonstration of the use of Interfaces in Java

.. extrtoolembed:: 'ae_jeg_interface1_v2'
   :learning_tool: mastery-grid-java-animations

ae_Measure
--------------------------------
More complicated example of the use of interface with multiple classes

.. extrtoolembed:: 'ae_Measure'
   :learning_tool: mastery-grid-java-animations

ae_wrapper_class_v2
--------------------------------
Example of the use of wrapper classes in Java

.. extrtoolembed:: 'ae_wrapper_class_v2'
   :learning_tool: mastery-grid-java-animations

ae_exception_v2
------------------------------
Demonstration of exception handling in Java

.. extrtoolembed:: 'ae_exception_v2'
   :learning_tool: mastery-grid-java-animations


