turnOn(); $iPhone->unlock(); $android = new Android(); $android->turnOn(); $android->unlock(); // Lastly, you cannot create an instance of an abstract class. PHP would not know how to use the abstract methods // so when you try to create an abstract instance you will get an error. $cellPhone = new CellPhone();