When can "creating" and "declaring" be used synonymously?

Posted by Helper Method on Stack Overflow See other posts from Stack Overflow or by Helper Method
Published on 2010-03-22T11:24:50Z Indexed on 2010/03/22 11:31 UTC
Read the original article Hit count: 205

Once in a while you stumble over a technical article where "creating" and "declaring" are used synonymously.

E.g.

declares an array of ints

creates an array of ints

But aren't declaring and creating two different things? Or does it depend on the context?

© Stack Overflow or respective owner

Related posts about technical-writing

Related posts about language-agnostic