Home »

How many types of Inheritances used in PHP and how we achieve it

Question ListCategory: PHPHow many types of Inheritances used in PHP and how we achieve it
jeanderson295 author asked 8 years ago
1 Answers
shah_kajal184 author answered 8 years ago

As far PHP concern it only support single Inheritance in scripting.we can also use interface to achieve multiple inheritance.

Please login or Register to Submit Answer