+ 2
Can anyone explain me member initializers in detail
and if possible then can anyone explain me this in hindi
3 Respostas
+ 1
Member are declared inside class, if it is a variable than its called as member of that class, if we write function inside a class than it's called member function of that class.
+ 1
oh , thank you
+ 1
Members initialized using constructor, constructor will execute when object is created