InterviewSolution
Saved Bookmarks
| 1. |
Which feature may be violated if we don’t use classes in a program?(a) Inheritance can’t be implemented(b) Object must be used is violated(c) Encapsulation only is violated(d) Basically all the features of OOP gets violatedThis question was posed to me in an internship interview.Asked question is from OOPs Features in chapter OOPs Concept & Features of Object Oriented Programming |
|
Answer» Correct CHOICE is (d) Basically all the features of OOP gets violated |
|