Tag: destructor
PHP Quiz! Answer: B) Constructor All objects can have a special built-in method called a ‘constructor’. Constructors allow you to initialise your object’s properties (translation: give your properties values,) when you instantiate (create) an object. Note: If…
The post Livecoding.tv Quiz of the Day: 08/12/2016 appeared first on Education Ecosystem Blog.
...