Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
In the Java version, the description reads:
which is not true for 2 reasons:
name
property does not exist.fullName
property is notpublic
.In the Java version, the description says:
but the code diesn't do this. The constructor code only saves the
firstName
andlastName
instance variables. The instance variablefullName
(notname
) is present but never used