Ad Code

What is Implementation ?

What is Implementation ?


How we define a class is known as its implementation. Class implementation has actual code written in it. Class functionality is provided by its implementation. Implementation consists of two parts, i.e. internal data structure and functionality of the object. The internal data structure holds state of an object that is hidden from outside world, while functionality is provided in the form of member functions to provide the required behavior.
Reactions

Post a Comment

0 Comments