Notes
Notes
3. using variable without initializing is Run time error not syntax error
But using it without declaration is syntax error
4.to call function in another we have to declare the called function above
the calling one
And this error called stack overflow is run time error not syntax.
.in class the order of function isn’t important and can use it ay where
7.the only non const functions that can be called by const object is
constructor and destructor