what are the disadvantages of C++?
Answer Posted / mandoos
persistance
| Is This Answer Correct ? | 77 Yes | 43 No |
Post New Answer View All Answers
What is constructor overloading in oop?
Is react oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the point of polymorphism?
How to improve object oriented design skills?
What is oops in simple words?
What does sksksk mean in text slang?
Which language is pure oop?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
write a program to find 2 power of a 5digit number with out using big int and exponent ?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
• What are the desirable attributes for memory managment?
What is destructor oops?
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
c++ program to swap the objects of two different classes