Write about all the implicit member functions of a class?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference c and c++?
What is difference between c++ 11 and c++ 14?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
We use library functions in the program, in what form they are provided to the program?
Define inline function
Describe functional overloading?
What is stack unwinding?
Explain polymorphism?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
5. Can inline functions have a recursion?
wap to accept 10 numbers & display the number of odd and even numbers??
Give example of a pure virtual function in c++?