|
Author |
Topic: Language Spec (Read 326 times) |
|
JiveMonkey
|
Language Spec
« on: Sep 25th, 2003, 4:52pm » |
|
I have a beginners question. As it is not wholy obvious to me at this point, I am curious to know if proce55ing allows us to define custom classes. Forgive me if that was a nieve question. Also, if we can create classes, does this support standard Java inheritence, polymorphism, etc? Can we define and raise custom events? Thanks in advance. -Kevin Mesiab.
|
Quote:
|
|
|
REAS
|
Re: Language Spec
« Reply #1 on: Sep 25th, 2003, 5:35pm » |
|
Yes, you can do all of this (and more). Ben is currently working on class loading and what we call Java mode, but you can currently create inner classes.
|
|
|
|
|