79254667

Date: 2024-12-05 12:30:25
Score: 3
Natty:
Report link

In Java, all non-static, non-private methods are virtual by default. This means they can be overridden in subclasses. Java does not explicitly use the "virtual" keyword like C++, as method overriding is an inherent feature of inheritance. For More details about this read this blog : Virtual Function In Java | Run-Time Polymorphism In Java

Reasons:
  • Blacklisted phrase (1): this blog
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: archi jain