List out function which we can call without using object



List out function which we can call without using object ..

Answer / manoj kumar kar

Static Functions
Friend Functions
The above 2 functins can be called without using objects.

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the main purpose of c++?

0 Answers  


What is exception handling? Does c++ support exception handling?

0 Answers  


What is a multimap c++?

0 Answers  


What are the steps in the development cycle?

0 Answers  


Are c and c++ similar?

0 Answers  






Carry out conversion of one object of user-defined type to another?

0 Answers  


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


Which one is a preferred language C or C++? Why?

0 Answers  


Define namespace in c++?

0 Answers  


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


Is empty stack c++?

0 Answers  


What is the precedence when there is a global variable and a local variable in the program with the same name?

0 Answers  


Categories