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
Which software is best for programming?
How can an improvement in the quality of software be done by try/catch/throw?
What is type of 'this' pointer?
Explain rethrowing exceptions with an example?
Can we distribute function templates and class templates in object libraries?
what is VOID?
Define stacks. Provide an example where they are useful.
What is the difference between #import and #include?
Is empty stack c++?
Explain the use of virtual destructor?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Describe linkages and types of linkages?
Is swift faster than c++?
Define copy constructor.
Can we make any program in c++ without using any header file and what is the shortest program in c++.