Challenger App

No.1 PSC Learning App

1M+ Downloads

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

Ai Only

Bi and ii only

Cii and iii only

Diii only

Answer:

C. ii and iii only

Read Explanation:

member functions in a C++ Class 1.A member function with the same name as its class is called a constructor 2.A member function operate on class data


Related Questions:

Which command used to display the current working directory in Linux ?
The assembly language uses symbols instead of numbers known as:
Identify the HTML section that contains the content displayed in the browser window.
Which of the following Object Oriented Programming concept provides usability ?
An object is an instance of :