App Logo

No.1 PSC Learning App

1M+ Downloads
An object is an instance of :

AInheritance

BConstructor

CClass

DOperator

Answer:

C. Class

Read Explanation:

An object is an instance of Class


Related Questions:

Which of the following is a computer code ?

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;

}

 

 

_______ is a set of operations on RDBMS that allows retrieval of data.

Which of the following statement is /are correct about member functions in a C++ Class?

(i)A member function is defined only outside the class

(ii)A member function with the same name as its class is called a constructor

(iii)A member function operate on class data

Protocol used by WWW: