0
3.4kviews
Short Notes on: Static Data, member and methods.
1 Answer
0
10views
  • There will be times when you will want to define a class member that will be used independently of any object of that class. Normally a class member must be accessed only in conjunction with an object of its class.
  • However, it is possible to create a member that can …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.