A. Define the variable Age as private
B. Define the variable Age as protected
C. Define the variable Age as private and create a get method that return it and a set method that update it
D. Define the variable Age as protected and create a set method that return it and a get method that update it
Submitted By : Ahsan Ali Soomro