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
How do you explain polymorphism?
What is polymorphism programming?
Which language is not a true object oriented programming language?
Why do while loop is used?
What does and I oop mean?
What is the point of oop?
What language is oop?
How to improve object oriented design skills?
What is the types of inheritance?
What is balance factor?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What causes polymorphism?
What are functions in oop?
write a C++ program for booking using constructor and destructor.
What are the 5 oop principles?