In python, what is the difference between protected and public variable in a class class A: def __init__(self): self._protected="protected"
There is a case where test is given to a certain student. The student can only work with the answer for the test before a given period. Here is the sample case:
I have following requirement. Admin can upload any files like jpg,pdf,PPT,DOC file on server. End User or viewer only access the files in display/view mode.