InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following options allows a method to exist in multiple forms?a. Polymorphismb. Encapsulationc. Inheritanced. Abstraction |
|
Answer» ANSWER: Encapsulation Explanation: a) It is a WAY of COMBINING VARIOUS data members into a SINGLE unit |
|