Which among the following would destroy the encapsulation mechanism if it was allowed in programming ?
1
Using access declaration for private members of base class
2
Using access declaration for public members of base class
3
Using access declaration for local variable of main() function
4
Using access declaration for global variables
5
Question Not Attempted