In Object Oriented Programming Code and data are held separately
-correct the statement
Answers
Answered by
3
Answer:
Explanation:
Real world is represented by objects and the operations that can be performed on these objects. Data and functions are separate. Data and functions are encapsulated into a single unit. ... A function can access any other function's data by calling that function.
Similar questions