use AtestClassB; #we want to inherit from a class from this module
our @ISA = qw(AtestClassB); #we inherit methods and attributes from 
                # the class
