Please note that this article assumes you have read my previous tutorials on classes, and you know how to create an instance of a class. Introduction In my previous article, I mentioned that methods (functions defined in a given class) marked as public are the only methods visible to the entire program. On the other Read More →

Share

Please note that this article assumes you have read my previous posts on data types, variables, conditionals and loops, classes, etc. and you are able to write a running Hello, World! program. Please do these before trying to create another DOOM or Crysis. Introduction A function is a way of packaging code that does something. Read More →

Share

Please note that this article assumes you have read my previous posts on data types, variables, conditionals and loops, etc. and you are able to write a running Hello, World! program. Introduction In Object-Oriented Programming (OOP), the most important concept is the class. As its name implied, this is especially the case in class-based OOP, Read More →

Share