Uvm_object: pure methods?

If you do not see the pure keyword in the LRM, you must have an old copy of the LRM. Please get a new copy.

The pure keyword was added to IEEE 1800 standard, but not all simulators had implemented at the time the OVM was released. So the OVM/UVM code has run-time error messages instead if you do not implement these methods in your extended class.