What is meant by imperative and interrogative code
My Manager asked me to code in ASP.net. What is meant my imperative and interrogative code. How it related to programmers? ...
My Manager asked me to code in ASP.net. What is meant my imperative and interrogative code. How it related to programmers? ...
Hi all, When implementing a class, is it better practice to return a value for methods (interrogative) or to simply manipulate class attributes directly within the method (imperative). For example, I have a class which builds a string to be output to a CSV file. I might do it this way: String output = "" String records[] = //list of ...