data structures - Does Java support structs? -
does java have analog of c++ struct:
struct member { string firstname; string lastname; int birthyear; }; i need use own data type.
java definitively has no structs :) describe here looks javabean kind of class.
Comments
Post a Comment