what is the main difference between c and c++?
Answer Posted / sunil
in 'c' editor mouse not work;
but
in c++ editor mouse work properly
| Is This Answer Correct ? | 21 Yes | 40 No |
Post New Answer View All Answers
What is protected in oop?
Whats oop mean?
Explain the concepts involved in Object Oriented programming.
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 and I oop mean?
What are objects in oop?
What is polymorphism used for?
What is methods in oop?
Templates mean
Can main method override?
what is difference between class template and template class?
Can private class be inherited?
What is the point of polymorphism?
What is abstraction in oop?
What does no cap mean?