Which function cannot be overloaded c++?
No Answer is Posted For this Question
Be the First to Post Answer
in C++ , the word plus plus who found this?
What is the difference between inline functions and macros?
Why can you not make a constructor as const?
Difference between pass by value and pass by reference?
Disadvantages of c++
Differentiate between a constructor and a destructor in c++.
What is a constructor initializer list and when we use constructor initializer list?
What are pointer-to-members? Explain.
What is the difference between shallow copy and deep copy?
How can virtual functions in c++ be implemented?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is a conversion constructor?