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 |
What is copy constructor? Can we make copy constructor private in c++?
Mention the purpose of istream class?
How is data hiding achieved in c++?
What C++ libraries are you proficient with?
What is a mutable member?
What is a storage class used in c++?
What is private, public and protected inheritance?
What is an ABC: an "Abstract Base Class"?
What is an inclusion guard?
Explain explicit container.
What and all can a compiler provides by default?
What problems might the following macro bring to the application?