I've created a blackjack variant and I want to create a freeware version of it? What is the best and easiest language for a beginning game programmer
Name:
Anonymous2009-11-12 18:54
>>50
Abstraction is a programmer design technique. The idea is that by working with abstract APIs, we can easily modify concrete details within those APIs without major changes within the code.