List the features supported by object-oriented programming languages.
Answers
Answered by
0
• Emphasis on data rather than functions.
• Programs are divided into objects.
• Data is hidden and cannot be accessed by external functions.
• Objects may communicate with each other through functions.
• Programs are divided into objects.
• Data is hidden and cannot be accessed by external functions.
• Objects may communicate with each other through functions.
Similar questions