InterviewSolution
Saved Bookmarks
| 1. |
State the difference between an Interface and a Class. |
|
Answer» (i) Class can be extends in another class. (ii) Interface is implemented in another class. |
|