What do you mean by function and operator overloading in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the default access level?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


Is there a sort function in c++?

0 Answers  


sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++

1 Answers   NIIT,


What is the object serialization?

0 Answers  


What is function prototyping?

0 Answers  


Can I learn c++ in a week?

0 Answers  


Why cstdlib is used in c++?

0 Answers  


What is a virtual destructor? Explain the use of it?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


What is a node class in c++?

0 Answers  


What is c++ iterator?

0 Answers  


Categories