cmember

  1. DizitalNovice

    Java Query - Apologise for not asking in query thread

    Date d = new Date(); System.out.println(d); using this statement we can see that d has got some value and can be printed. I want to make a similar class, which will assign a value to the object and not create members within the object. Say, Class cls{ cls(){ ... } } so when I write...
Top Bottom