You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// //agar aap chahte hai ki aapka class kisi aur class me inherit na ho koe aur usme participate na kare to aap class ko finel kar do.
// }
public class finalkeywordinJavafinalclassfinalvariablefinalmethod {
public static void main(String[] args) {
/*
* final class: agar aap chahte hai ki aapka class kisi aur class me inherit na ho koe aur usme participate na kare to aap class ko finel kar do.
* final method: ye access ho sakta hai child class me but usko wo override nahi kar sakta hai.
* Final Variable: agar pahle aap variable ko kuchh value diye hai bad me final karne ke bad aap usko change karna chahte hai to ye aap nahi kar sakte hai.