Search found 2 matches

by idarktoast
Sun May 07, 2006 4:59 am
Forum: PHP - Code
Topic: Using class abstraction
Replies: 6
Views: 1182

Thanks

Thanks for all the replies - everyone was a big help :)

darktoast
by idarktoast
Mon May 01, 2006 1:50 pm
Forum: PHP - Code
Topic: Using class abstraction
Replies: 6
Views: 1182

Using class abstraction

What is the point of using an abstract class? For example, why would you want to have to, in the child class, redefine all the methods marked as abstract from the parent class? Also, what is the difference between abstract classes and an object interface? If anyone can shed any light on this it'd be...