Revature Interview Question

What is the different between protect and private

Interview Answer

Anonymous

Dec 8, 2020

Protected can be access through child class. Private can only be access through itself