Google News
logo
WordPress - Interview Questions
How can you call a constructor for a parent class?
You can call a constructor for a parent class by this way :
Parents:: constructor($value)
Advertisement