what is the reason behind creating a new object every time you call the Student class methods?
you could write `return this` instead of `return new Student(args)`
what is the reason behind creating a new object every time you call the Student class methods?
you could write `return this` instead of `return new Student(args)`
Front-End Developer. Bandung, Indonesia.