which are the 4 members functions in c++ objects that can
either be declared explicitly by programmer or implementation
if nt available.

Answers were Sorted based on User's Feedback



which are the 4 members functions in c++ objects that can either be declared explicitly by program..

Answer / pramod

Zero Argument constructor,Copy Constructor,Assignment
Operator,Destructor

Is This Answer Correct ?    15 Yes 0 No

which are the 4 members functions in c++ objects that can either be declared explicitly by program..

Answer / pramod

Sarita...
1)if i am not wrong...compiler never provides the
parametrized constructor. For example, you can try
this,simply create a parameterized object and don't specify
a parameterized constructor ( as per you say compiler will
provide one), it will generate an error.
2)zero argument constructor and default constructor are the
same things.

Is This Answer Correct ?    3 Yes 0 No

which are the 4 members functions in c++ objects that can either be declared explicitly by program..

Answer / dharmendra

default constructor , copy constructor & Destructor

Is This Answer Correct ?    1 Yes 1 No

which are the 4 members functions in c++ objects that can either be declared explicitly by program..

Answer / sarita

zero argument constructor,default constructor,perameterized
constructor,copy constructor

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More OOPS Interview Questions

why freind function takes more parameter than normal member function in c++?

1 Answers   IBM,


When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,


which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


whats the difference between c and c++

7 Answers   Syntel,






define oops with class and object

5 Answers   HCL, Tech Mahindra,


Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....

4 Answers   Bally Technologies, IBM, SoftSol,


What is virtual function?where and when is it used?

2 Answers   Sitel,


2. Give the different notations for the class.\

0 Answers  


Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)

4 Answers  


IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?

2 Answers  


define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


Categories