PPE2/README.md
2026-06-06 15:57:28 +02:00

382 B

Assignment 3 - Adam & Eve Subclasses

This is my code for the Task 3 assignment using inheritance.

How it works:

  • I created a base class called Human.
  • Man and Woman are subclasses that inherit everything from Human.
  • The God function creates and returns an array with the first man and woman.