Why is object oriented programming so hard?
No Answer is Posted For this Question
Be the First to Post Answer
In which cases you use override and new base?
if u write a class do u write Assignment operator and copy constructor
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
Why static functions always uses static variables?
Why is destructor used?
4. What do you mean by a prototype? Define analysis prototype
all about pointers
What does I oop mean?
What is encapsulation oop?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
Does c++ support multilevel and multiple inheritance?
What is ambiguity in c++