Skip to content

Instantly share code, notes, and snippets.

@dibakarsutradhar
Created August 31, 2018 11:32
Show Gist options
  • Save dibakarsutradhar/9b1f513484f9d7e3741fcdfa3eb521df to your computer and use it in GitHub Desktop.
Save dibakarsutradhar/9b1f513484f9d7e3741fcdfa3eb521df to your computer and use it in GitHub Desktop.
Class OOP Example
class myFirst_class {
private:
// data members and member function declarations
public:
// data members and member function declarations
protected:
// data members and member function declarations
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment