HOW DO I save the representation of a class in binary file. i mena like the class is represented in memory at runtime and then how i read it into class
>>1
Look up ''Reflection and Dynamic Class Loading´´.
If your poor communication skills have failed you and you actually mean object (class instance) you should look up serialization.