Answer Posted / dee
they are not associated with "this" pointer since it can be
called without object.they can acees only static varibales.
| Is This Answer Correct ? | 55 Yes | 11 No |
Post New Answer View All Answers
Why cstdlib is used in c++?
Is there any difference between int [] a and int a [] in c++?
How do I make turbo c++ full screen?
What are the advantages of using const reference arguments in a function?
Does improper inheritance have a potential to wreck a project?
What is code reusability in c++?
What are the extraction and insertion operators in c++? Explain with examples.
Define the operators that can be used with a pointer.
What is an adaptor class in c++?
Explain Text Manipulation Routines?
How can you link a c program with a c function?
Define namespace in c++?
Can we make copy constructor private in c++?
Why do we use using namespace std in c++?
What problems might the following macro bring to the application?