absract class and abstract method

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ranjitbd
Forum Newbie
Posts: 24
Joined: Sun May 03, 2009 1:59 pm

absract class and abstract method

Post by ranjitbd »

please send me a short document to read to understand the difference between abstract class and abstract method in OOP concept
give me an 1 or 2 examples..
i am new to object orient programming and to this forum
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: absract class and abstract method

Post by requinix »

Apples and oranges. A class and a method are two different concepts.

Make ONE thread and ask all your questions there, okay?
Post Reply