Faith and Deeds
James 2:14-25
interface IFaith {
RespondToCold()
RespondToHunger()
BelieveInGod()
}
class SavingFaith : IFaith {
RespondToCold()
{
Give(Clothes)
Give(Shelter)
}
RespondToHunger() {
Give(Food)
}
BelieveInGod() {
return true;
}
}
class WorthlessFaith : IFaith {
RespondToCold()
{
Say("Keep warm")
}
RespondToHunger() {
Say("Keep well fed")
}
BelieveInGod() {
return true;
}
}
class Demon {
BelieveInGod() {
return true;
}
}
Just like the Bible, this wasn't written to be kept to yourself.
Please consider sharing this with anyone you think would appreciate or benefit from it. twitter | facebook | LinkedIn | WhatsApp | reddit | email