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
What is pointer in oop?
What is the example of polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
What does <> mean pseudocode?
#include
What is difference between data abstraction and encapsulation?
Why do we use inheritance?
Can static class have constructor?
Can enum be null?
What do you mean by abstraction?
is there any choice in opting subjects like 4 out of 7
why reinterpret cast is considered dangerous?
What is encapsulation in oops?
What language is oop?
What is encapsulation with example?