Leverage VB.NET's Object-Oriented Features is a an useful tutorial which briefly describes about the support of various object oriented features of VB.NET. VB.NET is a pure object oriented language. The author explains you the features such as...
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.
Scriptol is a modern object-oriented language designed to / be easy to learn and safe. Scriptol may be embedded into / html page and compiled to html+PHP for portability. / GUI application are designed with Java classes of GTK. / A step by step...
Python is a freely available, high-level, interpreted language developed by Guido van Rossum. It combines a clear syntax with powerful but optional object-oriented semantics. Python has a lot of the same strengths as other script languages used...
Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely functional approach to programming. This article discusses general concepts of functional programming,...
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 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, /...
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...
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,...
This powerful article clearly shows all the features of c# language. C# helps developers to avoid programming error compared to other languages. C# is an object oriented language and it provides pointerless objects. This article also explains the... |