Answer Posted / som shekhar
If you take in the context of the class, static member
functions cannot be called by the ordinary objects because
when normal object calls the function then address of the
object is passed is collected by "this" pointer and static
member function don't have "this" pointer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is this pointer in oop?
What is class in oop with example?
how to get the oracle certification? send me the answer
What is class and object in oops?
How to call a non virtual function in the derived class by using base class pointer
What is a class oop?
What is cohesion in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is difference between polymorphism and inheritance?
Why do we need polymorphism in c#?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is class and example?
Write a program to sort the number with different sorts in one program ??
Write a c++ program to display pass and fail for three student using static member function