List out function which we can call without using object

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the destructor called?

701


Does c++ have arraylist?

638


Const char *p , char const *p What is the difference between the above two?

761


State the difference between delete and delete[].

684


Describe about storage allocation and scope of global, extern, static, local and register variables?

908






What is binary search in c++?

684


What is c++ namespace?

813


How do you initialize a string in c++?

651


Do you know about latest advancements in C++ ?

754


What is long in c++?

837


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

728


How to implement is-a and has-a class relationships?

667


What new()is different from malloc()?

672


Why do we use constructor?

712


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

828