answersLogoWhite

0

What is getter method?

User Avatar

Anonymous

10y ago
Updated: 8/20/2019

Getter method is A getter method have its name start with 'get', and take 0 parameters, and returns a value. example :public class Login { public String lmail; public String getLmail() { return lmail; }

User Avatar

Wiki User

10y ago

What else can I help you with?