0
can anyone give explanation about difference between structure and class
structure in c language and class in Java.
2 Answers
0
i think structure is only defined state (data)
while class is defined state and behavior
0
1. structure in c++ can not contain methods
2. you can save structure variable to file, but cannot make it with class instance.