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
//Encapsulation is a restriction mechanism making accessing the data inpossible without using special methods dedicated for this . In the example below we marked weight as a private property and in order to get and set a value we need to use the getter and setter method