I need a scenario where its mandatory to use
1) static variables in the class
2) protected section of the class
3) public section
for example take the case of private section
example bank as a class
let it have data : account balance
method : manager
they are mandatory to put above as private so as other will not access
regards
Edited by: abap learner on Jul 16, 2008 10:32 AM