Three elements of programming language

1 expressions and control flow

2 a way of abstraction: variable, function

3 a way of combination:function, object,data

In object-oriented language, we use objects to combine.

In process-oriented programming langugae, we use data to combine.

In function programming language ,we use function to combine

posted @ 2016-01-26 11:03  zhaodonglin  Views(175)  Comments(0)    收藏  举报