Answer Posted / achal ubbott
I just add 2 more points. C++ is a different language. Its
syntax matches to C accidentally.
1. C++ follows a name mangling algorithm for names of
functions. C does not.
2. C++ structures may have functions defined in them. Not
in C.
3. C++ follows more strict type checking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is different between oops and c++
Explain virtual inheritance?
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 5 oop principles?
What is object in oop?
Can you explain polymorphism?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is object in oops?
What is use of overloading?
What is encapsulation selenium?
What are two types of polymorphism?
What is encapsulation process?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is oops and its features?
Which language is not a true object oriented programming language?