is it possible to make an a child class just to simplify the parent

  • Thread starter Thread starter essamce
  • Start date Start date
E

essamce

Guest
i have a big class, containing many fields and many constructors(over loaded and others) and a lot of methods (to help parsing data,..),..and i wanna to minimizing the size of the class (make it simple)can i just make a child class containing only methods and constructors (ex: parsing methods ..)

Continue reading...
 
Back
Top