What are the implicit member functions of class?



What are the implicit member functions of class?..

Answer / Amrish Soam

In C++, there are four implicit member functions for each non-inline class: the default constructor, the copy constructor, the destructor, and the assignment operator. These functions are generated by the compiler if not explicitly defined by the user.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are friend classes?

1 Answers  


Why c++ is so important?

1 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


What is encapsulation in c++?

2 Answers  


Explain data encapsulation?

1 Answers  


What are the advantages of inheritance in c++?

1 Answers  


Can constructor be static in c++?

1 Answers  


How compile and run c++ program in turbo c++?

1 Answers  


sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?

2 Answers   Nokia,


Is c++ high level programming language?

1 Answers  


Differentiate between an array and a list?

1 Answers  


What is general format for a prototype?

1 Answers  


Categories