What if GOD worked like a programmer . like this ...?

Peter

Member
Joined
May 13, 2008
Messages
620
Reaction score
0
Points
16
He created a class called "organism" .
class organism {}
Then , after inheriting long long time , he created a class humans .
Class Human { attribute : skinColor , eyeColor , height , ..... ; methods : doSex() , doWork(),.... }
and then he derived two classes from class Human :
Class MaleHuman { has one extra attribute : penis ..; methods : ejaculate ()}
Class FemaleHuman .{ attributes : vagina , boobs ... ; methods :menstruate()}
And then to create a baby , god would just create one instance of MaleHuman or FemaleHuman .
using the constructor of that class . LOL !
 
Back
Top