What are the advantage if i use abstract class in php?

Viewed 33221

Possible Duplicate:
interface vs abstract class

What are the advantage if i use abstract class in php?

What is the aim if i use abstract class or interfaces?

Both are simply creating defenition names with out body

4 Answers
Related