Encapsulation is one of the important features of objects (in object-oriented programming) in which a subclass inherits the properties, methods, and events of the class to which it belongs
Indicate whether the statement is true or false
FALSE
Explanation: The statement above is the definition of inheritance, not encapsulation.
Business