Search Results

1
vote
6answers
318 views

Choosing when to instantiate classes

I recently wrote a class for an assignment in which I had to store names in an ArrayList (in java). I initialized the ArrayList as an instance variable private ArrayList<String> names …
2
votes
7answers
796 views

What does the 9th commandment mean?

In The Ten Commandments for C Programmers, what is your interpretation of the …