What are good reasons to prohibit inheritance in Java, for example by using final classes or classes using a single, private default parameterless constructor? What are good reasons of making a method final?
|
2 | added 5 characters in body | ||
|
|
||||
|
1 |
|
||
Good reasons to prohibit inheritance in Java?What are good reasons to prohibit inheritance in Java, for example by using final classes or classes using a single, private default constructor? What are good reasons of making a method final?
|
||||
