1.

Can We Instantiate Abstract Class In Ooabap ?

Answer»
  • we cannot create an object to the abstract class INSTEAD create an object to the CHILD class and call the methods .
  • Abstract class are mainly USED for creating INHERITANCE.



Discussion

No Comment Found