What is balance factor?
No Answer is Posted For this Question
Be the First to Post Answer
What does and I oop mean in text?
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
can you give the dynamic polymorphism types?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
What is the different between Applet and Application?
Is this job good for future? can do this job post grduate student?
what is different between oops and c++
How can you overcome the diamond problem in inheritance?
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
What is the highest level of cohesion?
difference between static and non-static variables?
How to calculate the age from the date of birth by using the program?