Difference between C++ Objects and Java Objects || Java vs C++

Published: 31 January 2017
on channel: Placement Raja
1,195
10

Diffrences between java objects and cpp objects?

C++ Objects can be created in two ways and they can be stored either in heap or stack memory depending on the way of creation of java objects. But Java objects can be allocated memory dynamically and can be stored in heap memory only.

Java vs C++ :

In Java, when we only declare a variable of a class type, only a reference is created (memory is not allocated for the object). To allocate memory to an object, we must use new(). So the object is always allocated memory on heap

These are few differences about cpp objects and java objects If you like this video, please subscribe to my channel. Thank You


On this page of the site you can watch the video online Difference between C++ Objects and Java Objects || Java vs C++ with a duration of hours minute second in good quality, which was uploaded by the user Placement Raja 31 January 2017, share the link with friends and acquaintances, this video has already been watched 1,195 times on youtube and it was liked by 10 viewers. Enjoy your viewing!