How many methods are there to modify the program in computer
Answers
Answered by
1
Explanation:
Accessor, mutator and manager methods
Mutator methods are used to modify the data of an object. Manager methods are used to initialize and destroy objects of a class, e.g. constructors and destructors. These methods provide an abstraction layer that facilitates encapsulation and modularity.
Similar questions