Wednesday, 23 January 2019

What is an object

What is an object?

Answer:


Effectively speaking, an object is any block of code that can be treated as a separate
entity in your programs. An object in C++ generally means a class. In C++Builder,
that definition is expanded to include VCL components. OCX and ActiveX
controls could also be considered objects.

No comments:

Post a Comment