Is there a Java quivalent to C#'s "new static" or "static new"? -
is there java quivalent c#'s new modifier?
there not. in case of static methods, they're not inherited in java, don't need equivalent of new modifier.
is there java quivalent c#'s new modifier?
there not. in case of static methods, they're not inherited in java, don't need equivalent of new modifier.
Comments
Post a Comment