what is the main difference between c and c++?
Answer Posted / bindu kango
c is a middle label language,while c++is a high label
language.c can't support all the function of c++ where as
c++ support all the function of c.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
Templates mean
What is encapsulation with example?
what is graphics
What is the difference between abstraction and polymorphism?
what type of question are asked in thoughtworks pair programming round ?
What is variable example?
How to use CMutex, CSemaphore in VC++ MFC
Which type does string inherit from?
What is encapsulation in oop?
officer say me - i am offered to a smoking , then what can you say
What is the importance of oop?
What is the difference between inheritance and polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why is polymorphism important in oop?