InterviewSolution
Saved Bookmarks
| 1. |
A class may be considered as an implementation of the concept ____(a) overriding(b) encapsulation(c) overloading(d) polymorphismI had been asked this question during an interview.I'd like to ask this question from Software Architecture in division Software Defined Radio Architecture of Cognitive Radio |
|
Answer» RIGHT option is (b) encapsulation Easy explanation: Encapsulation is the concept of fusing data and FUNCTIONS TOGETHER as a single UNIT. Functions for accessing data are an example for encapsulation. |
|