What does I oop mean?
No Answer is Posted For this Question
Be the First to Post Answer
Write 7 differences between "Public" function and "Private" function?
what is function overloading..?
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
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
In c++ there is only virtual destructors, no constructors. Why?
class type to basic type conversion
Write a c++ program to display pass and fail for three student using static member function
What is difference between data abstraction and encapsulation?
Plese get me a perfect C++ program for railway/airway reservation with all details.
what is pointers
what is the difference between <stdio.h>and "stdio.h"?
What is the highest level of cohesion?