When can "creating" and "declaring" be used synonymously?
- by Helper Method
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?