best answer > Why constructor Cannot be declared as abstract in Java 2024?- QuesHub | Better Than Quora
  • Why constructor Cannot be declared as abstract in Java 2024?

    constructor Java can't

    Questioner:Stella Cooper 2023-06-09 06:42:33
The most authoritative answer in 2024
  • Isabella Lee——Studied at the University of Amsterdam, Lives in Amsterdam, Netherlands.

    When you set a method as final it means: "You don't want any class override it." But the constructor (according to the Java Language Specification) can't be overridden, so it is clean. ... But the constructor is implicitly called to initialize an object, so there is no purpose in having a static constructor.read more >>
    +119962023-06-14 06:42:33

About “constructor、Java、can't”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消