Skip to content

A static member is used to declare the global data which should be updated while the program lives in memory.

License

Notifications You must be signed in to change notification settings

bhargaviajaypatel/CPP_Static_Member_Function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP_Static_Member_Function

A static member is used to declare the global data which should be updated while the program lives in memory. In C++, static is a keyword or modifier that belongs to the type not instance. A static function can have an access to only other static members (functions or variables) declared in same class. A static member is created and initialize once and shared among all class objects.

About

A static member is used to declare the global data which should be updated while the program lives in memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages