What Language Generation is c#? [closed]
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 8 years ago.
Improve this question 开发者_开发技巧What Language Generation is c#?
3rd.
reference: - Third-generation programming language
I don't think ‘generation’ is a relevant term any more. The only *GL categorisation that was really recognisably well-defined was 4GL, and thankfully the 4GLs have largely died off.
That leaves almost everything in the 3GL box, from systems languages to scripting languages to functional programming. A category that encompasses that kind of diversity is of little practical use.
3rd. Think of them as 'closeness to Natural English'
- 1 = Machine Language (Binary etc)
- 2 = ASM
- 3 = C / C++ / C# / Java etc - Most modern languages fall in here somewhere.
- 4 = SQL like syntax (EXTRACT ALL NAMES FROM CUSTOMERS WHERE....)
精彩评论