| Author |
class Vs abstract base class
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
What is the difference between dervied class extends from the normal base class and the dervied class extends from the abstract base class ?
|
 |
marc weber
Sheriff
Joined: Aug 31, 2004
Posts: 11343
|
|
|
If a class extends an abstract class, then it must implement any methods in the abstract base (or be declared abstract itself).
|
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
|
 |
 |
|
|
subject: class Vs abstract base class
|
|
|