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.
This comment has been reported as abusive
I agree with you 100%
Groovy Translation
This description was beyond confusing!
This is how it should be written:
Create a Base-Class/Parent Prototype and name it Human with attribute of name.
Create Two Child Prototypes/Subclasses from your base class Human, using inheritance. Rename your new Child Prototypes/Subclasses; Man and Woman.
Define an object named God with a method named, create. Within the create method, instantiate new objects of Man and Woman using
your inherited Classes. Within your God object, return an array with a length of 2, containing your newly created Man and Woman.
Alternatively, you may add to the original God class and redefine the create method.
Considering the categorization as 8 kyu and we cannot change the difficulty, it is safe to assume beginner's have no experience creating objects or are familiar with OOP principles.
Therefore, it is important to discuss more important discription info here because of such an incomprehensible design by the author.
Probably the worst one for me.
Ruby: no random tests
Yall are lame due to the lack of labia
i agree, i really dont know what to do
Nobody's playing the role of anything. This is a little program on a coding website. Get a grip.
this is a ethical issue
This is not a kata issue.
This comment has been deleted.
Fixed.
Fixed (for Java at least).
This comment is hidden because it contains spoiler information about the solution
Loading more items...