InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is not allowed for data member declaration?(a) int a;(b) static int a;(c) abstract a;(d) Boolean a;The question was asked during an internship interview.This intriguing question comes from Data Members in section Class Members & Types of Object Oriented Programming |
|
Answer» The CORRECT answer is (c) abstract a; |
|