JellyJ

Home  Mailing List  Resources  Documents  Download Session Reports  JJEx  About  Contact 

JJEx Contents
JJEx Home
JellyJ Class Structure
Inheritance
Generic Classes
Interface Classes
Attributes' Definition
Methods
along with Constructors
Static Initialization
Aliases
 
JJEx --- JellyJ Class Structure


JellyJ's Neanderthal Class
The most primitive class of a regular type-class is as follows:
class JellyJ {

  class-scope {     // Static Declarations

  }

  object-scope {   // Run-Time Declarations

  }

}

And when you want to instantiate from "JellyJ":
JellyJ jellyj = JellyJ.makeInstance () ;
The method "makeInstance ()" is a default constructor which will be discussed in the Method section.

Contents | Previous | Next


Copyleft © 2003 No rights reserved.--- JellyJ Design Group

Last Updated January 27th, 2003