answersLogoWhite

0

Instantiation is creating the instance of the variable/object . While Initialization is to provide the variable with some value.

int i; // i is an instance of an integer

i=10; //initialised with the value 10

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions