what is the main difference between c and c++?
Answer Posted / ghopchand manghi
no any diff. between c and c++.the only diff is that in c++ there are two ++ sign
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the two different types of polymorphism?
What does oop mean in snapchat?
What is the point of oop?
What is the problem with multiple inheritance?
What is the main purpose of inheritance law?
can we make game by using c
Why is oop better than procedural?
What is overriding in oops?
What is overriding in oop?
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
any one please tell me the purpose of operator overloading
Write a program to sort the number with different sorts in one program ??
What language is oop?
Can enum be null?
2. Give the different notations for the class.\