partial classes/partial class file

Posted by Ravisha on Stack Overflow See other posts from Stack Overflow or by Ravisha
Published on 2010-05-04T09:46:26Z Indexed on 2010/05/04 9:48 UTC
Read the original article Hit count: 373

Filed under:
|

In C# .net there is a provision to have two different class files and make them a single class using the keyword partial keyword.this helps it to keep [for ex]UI and logic seperate. of course we can have two classes to achieve this one for UI and other for logic. Can this be achieved in java some how?

© Stack Overflow or respective owner

Related posts about java

Related posts about partial-classes