-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: OOP
A Beginner’s Guide to Object Oriented Programming (2)
Long time no see. I hope you still remember my recent posting on object-oriented programming. Here is part two, which I hope you are interested in. Today, we are going to have a look at inheritance. If you do not … Continue reading
Posted in Programming Essentials, Uncategorized
Tagged inheritance, OOP, polymorphism
Leave a comment
A Beginner’s Guide to Object Oriented Programming (1)
What’s so fancy about Object Oriented Programming? Computers have been invented to help real-world people solving real-world problems, even though it seems today that computers actually contribute problems to the real world. Since a plain computer doesn’t know anything about … Continue reading
Posted in Programming Essentials, Uncategorized
Tagged java, Object Oriented Programming, OOP
Comments Off on A Beginner’s Guide to Object Oriented Programming (1)