Applications software system
Deals with humane abstractions like customers, products, orders, employees, players, usersSolves issues of interest to humans, typically in application areas like health care, game taking part in, finance, etc.
Concerned with something high-level
Is almost continually device or platform independent; programs consider general algorithms
Is often wiped out languages like JavaScript, Python, Ruby, Java, and C# that feature automatic garbage pickup and free the computer programmer from low-level worries
Is done in languages that usually have huge fat runtime systems
If done properly, will be terribly economical: sensible garbage pickup schemes enable way more efficient memory utilization than the same old memory micro-management common in C programs
Post a Comment