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

How would you differentiate between a pre and post increment operators while overloading?

866


What is iterator in c++?

846


Write a C++ Program to check whether a number is prime number or not?

856


List different attributes in C++?

819


How to declare an array of pointers to integer?

805


What are the two types of comments?

757


What is abstraction c++?

784


What is a constant? Explain with an example.

736


What are the various situations where a copy constructor is invoked?

833


What is a breakpoint?

767


What is a type library?

873


What is an arraylist c++?

899


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

746


What is #include cmath?

835


Which one is better- macro or function?

852