This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

kawa objects


Hi,

I can create a class using object:

(define userClass (object ()
                     (name "Dennis")
                     (password "blah")
                     ((validatePassword pw)
                      .....
                     )))

But how do I create an instance of userClass and access fields and
methods?

-- 
---
Dennis Sacks
dennis@illusions.com





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]