Computer Science, asked by kaushik7731, 2 months ago

"EXPLAIN THE CONCEPT OF INLINE FUNCTION AND STATIC MEMBER FUNCTION IN DETAILS WITH PROGRAM"​

Answers

Answered by ashimakanwar43
2

Answer:

A static member function is a special member function, which is used to access only static data members, any other normal data member cannot be accessed through static member function. Just like static data member, static member function is also a class function; it is not associated with any class object.

Similar questions