InterviewSolution
Saved Bookmarks
| 1. |
Can We Declare An Interface As ‘abstract’? |
|
Answer» YES, interfaces can be declared as ‘ABSTRACT’. But, there is no need to DECLARE LIKE that because interfaces are ‘abstract’ by default. Yes, interfaces can be declared as ‘abstract’. But, there is no need to declare like that because interfaces are ‘abstract’ by default. |
|