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 oops?what is its use in software engineering?
What is coupling in oops?
What is encapsulation with example?
write string class as your own class in java without using any built-in function
Can destructor be overloaded?
What is polymorphism and types?
What is destructor in oop?
How to improve object oriented design skills?
Is this job good for future? can do this job post grduate student?
Why is polymorphism needed?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is difference between pop and oop?
What are the 5 oop principles?
write a program that takes input in digits and display the result in words from 1 to 1000
What does enum stand for?