11.What do you mean by inline function? The idea behind inline functions is to insert the code of a called function at the point where the function is called. If …
 Tag:  
 IBS Placement Paper
-  
 -  
1.What is an object? Object is a software bundle of variables and related methods. Objects have state and behavior.