Hello,
I am new to Systemverilog and I need a clarification regarding class constructor naming.
In C++, the method/function with the same name as class name is called the Constructor of the class.
But, in SV Class, the method new() is called the constructor class.
Q 1 -> Is it correct??
Q 2 -> While this is how the language is defined, Does SV class allow a method name to be same as that of the class name?? (if it is said SV includes Class concepts from C++).
Thanks,
-Vignesh