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
When is the destructor called?
Does c++ have arraylist?
Const char *p , char const *p What is the difference between the above two?
State the difference between delete and delete[].
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is binary search in c++?
What is c++ namespace?
How do you initialize a string in c++?
Do you know about latest advancements in C++ ?
What is long in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
How to implement is-a and has-a class relationships?
What new()is different from malloc()?
Why do we use constructor?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?