Explain me the concept of interface and hiding information
Interface is a set of functions of an object that he wants to expose to other objects. Object provide interface to outside world so that they can interact each other while Information hiding mean hide object details (state and behavior) from the other classes.
0 Comments
Please add nice comments or answer ....