| Author |
How To Placed variables in Abstract classes
|
kashif hameed
Greenhorn
Joined: Jun 15, 2003
Posts: 15
|
|
How to placed variables in abstract classes.
|
 |
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
|
|
|
The same way you do in concrete classes: just declare them. The only thing different about an abstract class is that you cannot directly create instances from it.
|
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
|
 |
 |
|
|
subject: How To Placed variables in Abstract classes
|
|
|