IN PHP
Use at least two different access modifiers on the propertiesand methods in the class.
Create a constructor class and utilize it to set some defaultvalues of properties based on arguments passed in wheninstantiating the object.
Use the correct modifiers to output, and deny outputting, datato the screen. The data that is allowed to be output should be datathat was set using the constructor class
Use this object to call methods within the class and print outsome data to the screen using different data for each object youcreate.
Expert Answer
An answer will be send to you shortly. . . . .