In JAVA you can prevent others from extending your class by making it static using the keyword static in the class declaration.
Reveal answer
Fill a bubble to check yourself
In JAVA you can prevent others from extending your class by making it static using the keyword static in the class declaration.