InterviewSolution
Saved Bookmarks
| 1. |
Mention the characteristics of Interface? |
|
Answer» Characteristics of interface: 1. The class template specifies the interfaces to enable an object to be created and operated properly. 2. An object’s attributes and behaviour is controlled by sending functions to the object. |
|