What do the modifiers of classes do?
public, private I have understood
But what do abstract, static and final do?
I have searched a lot, and the definitions are inconsistent over different sites
8 Replies
⌛
This post has been reserved for your question.
Hey @Ricochet_Master! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
Dev.java: The Destination for Java Developers
Abstract Methods and Classes - Dev.java
Sharing common methods between classes with abstract classes.
final
(for classes) means it cannot be extended
final
for method means it cannot be overridden
final
for fields/variables means it cannot be reassigned💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
Thank you so much
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
Post Closed
This post has been closed by <@763074314206445588>.