_____ is the process of creating a new object from a class in Object-Oriented COBOL.

  • CREATION
  • GENERATION
  • INSTANTIATION
  • OBJECTIFICATION
In Object-Oriented COBOL, the process of creating a new object from a class is known as "INSTANTIATION." It involves creating an instance of a class with its own set of data and behavior.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *