SA...
the following lines are extracted from UVM user manual :
class get_consumer extends uvm_component;
uvm_blocking_get_port #(simple_trans) get_port;
// the first line is understood to be class declaration as extension from uvm_component class.
// I can't understand the 2nd line ,, could anyone here help me ?