InterviewSolution
Saved Bookmarks
| 1. |
Can We Create Instance Of Interface? |
|
Answer» No, we cannot CREATE OBJECT of both an INTERFACE and ABSTRACT CLASS. No, we cannot create object of both an interface and abstract class. |
|