Ashutosh Kumar

Ashutosh Kumar's Ashutosh Blog

This is the blog of a software engineer for software
engineer, which contains post about my activity in software

  • Rated2.8/ 5
  • Updated 5 Years Ago

Constructor telescoping in Java

Updated 6 Years Ago

telescoping constructor pattern, in which you provide a constructor with only the required parameters, another with a single optional parameter, a third with two optional parameters, and so on, culminating in a constructor with all the optional parameters.
Read More