Answer:
The process of creating an object from a class is called instantiation. When a new instance of a class is created, memory is allocated for the object and its attributes are initialized to their default values. The process of creating an object involves invoking the class constructor, which is a special method that is called automatically when the new keyword is used to create an instance of a class. During instantiation, any parameters that are passed to the constructor are used to set the initial values of the object's attributes. The process of encapsulation is related to the concept of object-oriented programming, but it refers to the practice of hiding the internal details of an object from the outside world, rather than the process of creating objects from classes.
Step-by-step explanation:
please follow me for more if you need any help