Your CS education
Concepts and their
implementation
High level (procedural)
programming languages
- Every
procedural
(high level) programming language
provide
a
subset of
constructs and features that
you have learned in
your Computer Science background !!!
However:
- How a
construct or feature is
expressed (= written) can
be different in
different
programming languages
|
|
How you should learn a new
(procedural) programming language
- Find out what
concepts
are implemented
in the new computer language
that you want to learn
- Each programming language will
have its own
unique features
that make it
especially suited for
certain applications
|
- Find out the appropriate
syntax to
express
the concepts/features
Example:
- C has
static arrays;
syntax:
int A[10];
|
You do not need to
re-learn the
concepts !!!
|
❮
❯