Why an abstract method cannot be neither final nor static?
807597Mar 7 2005 — edited Mar 7 2005If a method is abstract it is not possible to make it neither final nor static. Why is that?
What are the consequences of declaring a constructor as private?
Thank you in advance