1. How will i decide which FIELD or METHOD will be PUBLIC or PRIVATE, i cant think about .
That's why , i always make all the FIELDS Private and all the methods PUBLIC and call every field using method. Is it a correct way?
2.While going though ENCAPSULATION, i met PROPERTY.
it has GET and SET , most of the time GET returns value and SET takes value. I can't get the program's approch. How can i approch the PROPERTY in my own code.
Plz..sum1 help me in getting these mesh hink practicle approch, so i can t:X