Abstract classes
can all classes inherit Abstract class....or is there any restriction that only one class can inherit abstract class
[123 byte] By [
mikkua] at [2007-10-3 11:37:20]

For a given abstract class, you can have multiple subclasses if you so wish.Those subclasses can themselves be abstract, if you so wish.Does that answer your question?