Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Instance fields - Malayalam

1031 visits



Outline:

Instance fields * non-static fields എന്നും പറയുന്നു * നേരത്തേ സൃഷ്ടിച്ചിട്ടുള്ള TestStudent class തുറക്കുന്നു. * dot operator ഉപയോഗിച്ച് roll_number, name തുടങ്ങിയ fields access ചെയ്യുന്നു. * ഔട്ട്പുട്ട് പരിശോധിക്കുന്നു. * field initialize ചെയ്ത് ഔട്ട്പുട്ട് പരിശോധിക്കുന്നു. * fieldsന്റെ modifierനെ private ആക്കുന്നു. * എറർ debugg ചെയ്യുന്നു. * modifierനെ protected ആക്കുന്നു. * Classന്റെ ഓരോ objectനും അതിന്റേതായ മൂല്യങ്ങൾ ഉണ്ട്. * Student classന്റെ രണ്ട് objectകൾ സൃഷ്ടിക്കുന്നു.