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 stream in oop?
What are constructors in oop?
What is abstract class in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Can destructor be overloaded?
Can we define a class within the interface?
What does no cap mean?
What is oops and its features?
What does it mean when someone says I oop?
What is polymorphism what is it for and how is it used?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Prepare me a program for the animation of train
write a C++ program for booking using constructor and destructor.
What is oops with example?
What is polymorphism in oop example?