Computer Science Multiple Choice Questions (MCQ) and Answers - Set 01 (Useful towards placement preparation) 1. Implementing polymorphism where by object belonging to different classes can respond to the same message in different ways. (a) late binding (b)dynamic binding (c) dynamically created object (d) virtual function 2.Data structure used in recursion (a)Stack (b) Queue (c)Linked List (d)all the above 3. ERP stands for (a) Entrepreneur Related Processing (b) Enterprise Resource Planning (c) Enterprise Related Processing (d) None of the above 4. Which of the following involves a context switch (a) system call ...