...
August 29, 2024

OOPS

Question 98 Consider the following code written in a pass-by-reference language like FORTRAN and these statements about the code. subroutine swap(ix,iy) it = ix L1 : […]
August 29, 2024

OOPS

Question 99 The feature in object-oriented programming that allows the same operation to be carried out differently, depending on the object, is: A Inheritance B Polymorphism […]
August 29, 2024

OOPS

Question 101 We can make a class abstract by A Declaring it abstract using the virtual keyword B Making at least one member function as virtual […]
August 29, 2024

OOPS

Question 103 Which of the following is associated with objects? A State B Behaviour C Identity D All of the above OOPSClass-and-objectISRO-2017 MayVideo-Explanation Question 103 Explanation:  […]