_____ is a key concept in Object-Oriented COBOL that restricts access to certain data and methods to only within the class.

  • Abstraction
  • Encapsulation
  • Inheritance
  • Polymorphism
Encapsulation is a key concept in Object-Oriented COBOL that restricts access to certain data and methods to only within the class. It helps in hiding the internal details of a class from the outside world, promoting data security and integrity.
Add your answer
Loading...

Leave a comment

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