InterviewSolution
Saved Bookmarks
| 1. |
What is an abstract class?(a) A class that has direct instances, but whose descendants may have direct instances(b) A class that has direct instances, but whose descendants may not have direct instances(c) A class that has no direct instances, but whose descendants may have direct instances(d) All of the mentionedThe question was posed to me in an interview for internship.My query is from Unified Modelling Language topic in division Design and Implementation of Software Engineering |
|
Answer» Correct CHOICE is (C) A class that has no direct instances, but whose descendants MAY have direct instances |
|