LYCOS RETRIEVER Beta Retriever Home  |  What is Lycos Retriever?   
Object-Oriented Programming: Object Oriented Programming
built 809 days ago
The Object Oriented Programming Web publishes FREE programming and computer science tutorials, lecture notes, course slides and e-books. OOPWeb.com is a great resource for all programmers and computer science students, but it's especially popular among those who are interested in C++, Java and Object Oriented Programming.
Source:
People say object-oriented programming gives them more flexibility. Since it promotes the use of clean specifications and programming interfaces, it can lead to programs that are easier to maintain. It is very propluar in software engineering. Some people ... say that those new to programming will learn the object oriented approach more easily. Other people question this, and say that at least for some fields of programming, object-objeriented programming adds more problems than it solves.
The core concepts of object oriented programming such as encapsulation are well represented, though in some places C++’s non-typesafe nature is exploited with casts that could conceivably fail. This could cause problems in the future as these locations are not well documented.
Source:
Object Oriented Programming has long been used in games to represent the objects such as a User or an Enemy, or even a Weapon. This amazing way of programming has proven just as useful in software and web development.
Source:
This lesson is broken into two videos and explains the fundamentals of object oriented programming. You’ll learn about the differences between a class and an object as well as how to create and use properties and methods, as well as inheritance and encapsulation.
SEARCH
MORE ABOUT