What are OOP's Jargons and Complexities

Mike Schilling mscottschilling at hotmail.com
Fri Mar 30 13:20:50 EDT 2007


bugbear wrote:
> Er. How about
>
> public class test {
>   public static void main(String[] args) {
>     String a = "a string";
>     String b = "another one";
>     StringBuffer c = a + b;

String c (etc.), that is.

>     System.out.println(c);
>     }
> }





More information about the Python-list mailing list