Skip to Main Content

object creation and constructors

User_4NU9SNov 8 2013 — edited Nov 9 2013

HI all ..

I have below confusion plz help me ..

1)When we create object , I know non-static members are loaded into the memory .. so are these only non-static attributes or methods also?

2)This object creation , actually calls the compiler constructor (in case we have not created in the program) , so this constructor will help in loading the nonstatic attribute ..

thanks

Comments
Post Details
Added on Nov 8 2013
3 comments
1,732 views