This April, 2000 article by Luis Argerich introduces Object Oriented Programming in PHP an explains the concepts behind data type abstraction, inheritance and polymorphism as it related to PHP.
Object-Oriented Programming for VBScripters is an article in which the author tells you about object oriented programming cocept. The author explains you about various access specifiers such as private, public and protected, inheritance,...
Object Oriented Programming with VB.NET and C# is an useful tutorial for the programmers to learn about the various object oriented features supported by Visual basic.NET and C#. The OOP concepts such as namespace, objects, encapsulation, /...
This is an online tutorial that guides readers to do Object Oriented Programming in ASP.NET framework. In this tutorial the author explains about the necessity of polymorphism in Object Oriented Programming and instructs users to achieve it. The...
Some concrete examples of using object oriented principles in PHP along with plenty of sample code that helps guide you through the learning process.
VIRT is a powerful object-oriented programming language which was specially developed for the solving of Artificial Intelligence problems. It suits well for the theorem proving, symbolic differentiation, interpreter writing, backtracking, etc....
JavaScript may not be known for its object oriented properties, but it does support most of the features required to be considered an Object Oriented language. See how to write OOP code in JavaScript.
Object Oriented Features of JScript .NET is an article in which the author explains the various object oriented features such as inheritance, polymorphism and casting as well as the class accessing rules etc.,of jscript. A class is an user defined...
Object-Oriented ASP.NET - Introduction is an article which briefly describes you about the object oriented features of ASP.NET. ASP.NET supports inheritance, polymorphism and encapsulation. In this article the author shows you a sample program...
The Document Object Model (DOM) of the Java programming language which is engaged by a browser in a website can be tested on the fly. This tutorial contains various details of object oriented programming language. This site provides various... |