1.

The feature by which one object can interact with another object is _____________(a) Data transfer(b) Data Binding(c) Message Passing(d) Message readingThe question was posed to me during an online exam.I'm obligated to ask this question of OOPs Features topic in division OOPs Concept & Features of Object Oriented Programming

Answer»

The CORRECT choice is (C) Message Passing

The best explanation: The interaction between two object is called the message passing feature. Data TRANSFER is not a feature of OOP. Also, message reading is not a feature of OOP.



Discussion

No Comment Found

Related InterviewSolutions