Computer Science, asked by KARTIK3270, 1 month ago

How many methods are there to modify the program in computer

Answers

Answered by ritika123489
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