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 type of question are asked in thoughtworks pair programming round ?
what is the drawback of classical methods in oops?
What is encapsulation c#?
What are the benefits of interface?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is abstraction in oops with example?
What is purpose of inheritance?
What are oops functions?
What is coupling in oops?
What is meant by multiple inheritance?
#include
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Can destructor be overloaded?
Write a c++ program to display pass and fail for three student using static member function
What is use of overloading?