Thursday, 8 March 2012

What is an Abstract Class? | ABAP OOPS

Abstract class is a class that has no instances. An abstract class is written with the expectation that its concrete subclasses will add to its structure and behaviour, typically by implementing its abstract operations.

No comments: