What is the main difference between C++ and Java
Answer Posted / ramya
c++ platform dependent
java platform independent
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why we use classes in oop?
What are main features of oop?
What are properties in oop?
What is encapsulation with real life example?
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
Why is oop better than procedural?
Which is better struts or spring?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What do you mean by variable?
What is difference between oop and pop?
what's the basic's in dot net
which feature are not hold visual basic of oop?
What are oops functions?
write knight tour problem which is present in datastructure
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory