What happens if we are not mentioning the arguments in new constructor?

function new (sting name = “test”, uvm_component parent = null);
super.new(name, parent);
endfunction

what happens if we are not passing the arguments and whats the function of those arguments?

In reply to ranju.ranjitha555@gmail.com:

See section 15.5.3 in the 1800-2017 LRM