Created
August 31, 2018 11:32
-
-
Save dibakarsutradhar/9b1f513484f9d7e3741fcdfa3eb521df to your computer and use it in GitHub Desktop.
Class OOP Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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