Challenger App

No.1 PSC Learning App

1M+ Downloads
Pick out OOP language from the following :

APascal

BC

CCobol

DC++

Answer:

D. C++


Related Questions:

The method of making a programme error free :
Which of the following is the correct declaration for an array ?
The visual effects that occur when you move from one slide to the next during a presentation is :
Which command is used to delete a table from database?

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}