Skip to content

ThanhTrongNTT/Mutable-Immutable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MUTABLE AND IMMUTABLE

Mutable Objects and Immutable Objects are both created or built-in classes in Java. To distinguish these classes we will rely on the characteristics as well as the behavior of that object using Getter/Setter methods.

Concepts of Mutable and Immutable:

Mutable Object: When we initialize one object, we can refero an instance of a class, the state can be changed after successfully object initialization.

Immutable Object: When we initialize one object, the state of the object cannot be changed after successfully object initialization.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages