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 |
Why do we need runtime polymorphism in c++?
How do I get good at c++ programming?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What parameter does the constructor to an ofstream object take?
what do you mean by volatile variable?
When are exception objects created?
How a modifier is similar to mutator?
What is a forward referencing and when should it be used?
What is a constant reference?
Explain the uses of static class data?
What are built-in functions? What is the syntax for the definition?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?