JADE is an advanced software platform that has an
integrated software development environment, a language, an object manager,
and a high performance database.
Instructions
In the Class Browser, select the Properties | Add Attribute menu command.
The Define Attribute dialog displays as before.
Enter isbn as the name.
Select String as the type.
Change the access to public.
Change the length to 10.
Click the Next button.
The dialog clears ready for you to add the last attribute.
Enter author as the name.
Accept String as the type.
Accept the access of public.
Accept the length of 30.
Click the OK button. The Class Browser displays the new properties.
What Next?
You will create Book objects using a program called a JadeScript,
which is explained next.