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
What is function overloading in C++?
How can I learn c++ easily?
How many types of classes are there in c++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What will happen if a pointer is deleted twice?
What does it mean to declare a member function as static?
which of the following is not an secondary constant a) array b) real c) union
What is the best it certification?
What is the use of turbo c++?
What is the extension of c++?
What is a responder chain?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Why struct is used in c++?
what are the characteristics of Class Members in C++?
Does std endl flush?