[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Technical Discussion :: C++

22 / 187

What is static member function and explain its characteristics

Answer:

A member function that is declared static has following property,
• A static function can have access to only other static members declared in the same class.
• A static member function can be called using the same class name as follows
class_name:: function_name;

Asked In ::

Post Your Answer Here:


Rate This: +0 -0     
Report    

Post Your Reply Here:

Alert me
q4i-reply-your-answer

Report Error

Please Login First Click Here

Most Popular Qs.