What are the static members and static member functions?
A static member function can only access static data member, other static member functions and any other functions from outside the class. Static member functions have a class scope and they do not have access to the this pointer of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does n mean in c++?
What is a manipulative person?
What are the classes in c++?
What are c++ storage classes?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Who created c++?
What is the difference between the functions memmove() and memcpy()?
What is the difference between struct and class?
What is the sequence of destruction of local objects?
Explain the problem with overriding functions
how can u create a doubly linked list with out using pointers?
What is a parameterized type?