August 29, 2024OOPSQuestion 124 Which of the following statements is true? A The JAVA compile produces a code for JVM, which is executed by a JAVA interpreter B […]
August 29, 2024OOPSQuestion 128 Which of the following is not true in case of public inheritance in c++? A Each public member in the base class is public […]
August 29, 2024OOPSQuestion 131 Which of the following is not correct in C++? A x-=2; is the same as x=x-2; B x*=2; is the same as x=x*2; C […]
August 29, 2024OOPSQuestion 132 Additional information sent when an exception is thrown may be placed in___ A Additional information sent when an exception is thrown may be placed […]