Can we use this pointer inside static member function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How would you represent an error detected during constructor of an object?

1 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  


Why would you make a destructor virtual?

3 Answers   Lehman Brothers,


Can a Structure contain a Pointer to itself?

0 Answers  






When to use “const” reference arguments in a function?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


Can I learn c++ without knowing c?

0 Answers  


What do you mean by Stack unwinding?

1 Answers  


Explain stack & heap objects?

0 Answers  


Write about all the implicit member functions of a class?

0 Answers  


Write about the stack unwinding?

0 Answers  


Categories