Ad Code

✨🎆 JOIN MERN, JAVA, PYTHON, AI, DEVOPS, SALESFORCE Courses 🎆✨

Get 100% Placement Oriented Program CLICK to new more info click

Final Class:-  If we want to protect class from inheritance then we can create final class.
final class Classname
{
}
Final Method:- if we want to protect method from overriding then we can create final method.
final returntype methodname()  #never override
{
}
Final Variable:-  If we want to create constant in java then we can create final variable.

Post a Comment

0 Comments