what is the main difference between c and c++?
Answer Posted / internet
C is basic language which is helpful in learning programming
languages. But, C++ is the advancement of the C language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
Why do we use oop?
What is oops and why we use oops?
What are the two different types of polymorphism?
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 are the important components of cohesion?
What is the main purpose of inheritance law?
any one please tell me the purpose of operator overloading
What is a class oop?
What is inheritance in oop?
Can bst contain duplicates?
What is pure oop?
What are the 3 pillars of oop?
Which type does string inherit from?
why reinterpret cast is considered dangerous?