abstract

Abstract is a SIDL reserved word. It is an optional modifier for both classes and methods. An abstract method is a method that has no implementation, it's a way of declaring a method that every subclass must implement for itself. An abstract class has one or more abstract methods, and therefore cannot be instantiated.





babel-0.9.6
users_guide Last Modified 2004-09-08

http://www.llnl.gov/CASC/components
components@llnl.gov