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 |
What are friend classes?
Why c++ is so important?
can output 5 students using one dimensional array
What is encapsulation in c++?
Explain data encapsulation?
What are the advantages of inheritance in c++?
Can constructor be static in c++?
How compile and run c++ program in turbo c++?
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?
Is c++ high level programming language?
Differentiate between an array and a list?
What is general format for a prototype?