1.

Using higher degree of abstraction __________(a) May get unsafe(b) May reduce readability(c) Can be safer(d) Can increase vulnerabilityThe question was asked during an interview for a job.The origin of the question is Abstraction topic in section OOPs Concept & Features of Object Oriented Programming

Answer» RIGHT choice is (c) Can be SAFER

Best explanation: It will make the code safer. One may think it reduces the READABILITY, but the fact is, it actually helps us UNDERSTAND the code better. We don’t have to read the complex code which is of no USE in understanding the program.


Discussion

No Comment Found

Related InterviewSolutions