Answer Posted / ramesh bhumarapu
Pointer is a Reference Variable...
which contains address of another variables
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats is abstraction in oops?
What is encapsulation in oops?
write a program to find 2^n+1 ?
How to use CMutex, CSemaphore in VC++ MFC
What do you mean by Encapsulation?
What is static modifier?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is difference between polymorphism and inheritance?
Advantage and disadvantage of routing in telecom sector
What is abstraction in oop?
What is the real time example of encapsulation?
Why do pointers exist?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Give two or more real cenario of virtual function and vertual object
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?