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
How would you differentiate between a pre and post increment operators while overloading?
What is iterator in c++?
Write a C++ Program to check whether a number is prime number or not?
List different attributes in C++?
How to declare an array of pointers to integer?
What are the two types of comments?
What is abstraction c++?
What is a constant? Explain with an example.
What are the various situations where a copy constructor is invoked?
What is a breakpoint?
What is a type library?
What is an arraylist c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is #include cmath?
Which one is better- macro or function?