Class Modifiers
This lesson demonstrates how class modifiers can be retreived using reflection.
We'll cover the following...
Question # 1
How can we get class modifiers?
There are two types of class modifiers
Access Modifiers: These include modifiers which control access level such as
public
...