Skip to content
fahimc edited this page Aug 29, 2012 · 6 revisions

In this section we will discuss what we need to do in order for us to achieve our goals and what those goals will be.

#Initial Goals

  • OOP Framework - to allow you to extend an Object and call super.
  • DisplayObject
  • UIElement
  • StyleManager

#Future Goals

  • Layout Manager
  • Iterator

#OOP Framework I will use InterfaceJS.
what does it contain?

  • Interfaces
  • Classes
  • extending classes
  • calling super