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 c++ coding?

0 Answers  


what is pre-processor in C++?

0 Answers  


What is vectorial capacity?

0 Answers  


What is the stack?

5 Answers   IBM, ICICI,


Which programming language is best?

0 Answers  






What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


Explain about Virtual Function in C++?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


Can we use clrscr in c++?

0 Answers  


Which is most difficult programming language?

0 Answers  


Categories