InterviewSolution
Saved Bookmarks
| 1. |
Abstract classes can ____________________ instances.(a) Never have(b) Always have(c) Have array of(d) Have pointer ofThis question was posed to me during an interview.I would like to ask this question from Abstract Class topic in portion Classes of Object Oriented Programming |
|
Answer» The correct choice is (a) Never have |
|