.What is object? Write the syntax and example.
Answers
Answered by
0
Answer:
Object-Oriented programming. It is a user-defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class.
for example, a graphics program will have objects such as circle, square, menu.
Explanation:
Similar questions