Question { TCS, 20085 }
What are Access Specifiers and Access Modifiers.
Answer
Access specifiers are used to grant permissio to access
datamembers,property of classes and methods from others.
Public,private,protected,protected Internal,default.
But modifiers are useing support the functionality of a
method.
static,final,synchronized,abstract.