Having Student Class.
Class Student{ String _name; .... .... public Student(){ } }
is there any possibility to add dyn
You could get into bytecode manipulation but that way madness lies (especially for the programmer who has to maintain the code).
Store attributes in a Map instead.
Map