Articles related to "Object Oriented Programming"



Understanding Object Oriented Programming
Object oriented programming for beginners is an abstract idea that can often lead to frustration. Using real world examples to visualize it in action can change that.
object oriented programming understanding object oriented programming inheritance instantiation tutorial

Choosing an OOP Language for Web Browsers
Object oriented programming is an important concept for any programmer. However, the new programmer needs to consider which is the better language to learn on.
javascript object oriented programming vbscript object oriented programming javascript vbscript comparison vbscript class_initialize javascript new object

How to Write and Reuse a Java Class
Java is a oriented programming language and therefore consists of classes. This simple tutorial shows how to create a Java classes and how to reuse the code.
object oriented programming java programming class inheritance reuse code creating classes

Objec Oriented Programming
An article describing overloading concept.
object oriented programming

Object Oriented Games Programming in VBScript
VBScript is a powerful scripting language and supports object oriented languages. It is, therefore, an excellent learning tool for anyone new to OOP or games programming
object oriented programming games programming object oriented design class properties methods

Object Oriented Programming Code
The aim of this article is to introduce the reader to basic Object Oriented principles in a language neutral way.
programming computer programming c programming programming language learn programming

Object-oriented Programming with C#
Modern software development employs object-oriented techniques. This article goes through some of the basic concepts of object-oriented programming and investigates how C# implements these concepts.
abstraction inheritance encapsulation c# programming

Perl Packages Part 2 (Variable Scoping)
This article discusses about scoping variables (limiting the visibility of variables).
packages perl linux unix indigoperl

Perl Packages Part 5 (Object oriented programming)
This article is the last of the series on Perl packages. It discusses Perl implementation of Object oriented programming. It also has a sample program to discuss these concepts.
perl linux open source packages object oriented programming

Perl Packages: Part 1
One of the features of Perl is its packages. Packages is the basis for object oriented programming and it is also used to extend Perl functionality via modules. In this first of a series, we talk about packages, what they are, how to define them and the symbol table.
perl packages object oriented programming object oriented linux

Programming in Phrogram
Phrogram is language that enables beginners to learn object-oriented programming in a user-friendly and fun environment.
phrogram object-oriented programming kpl .net framework multi-media programming

Starting Object Oriented Programming in VBScript
For the VBScript programmer object oriented programming is particularly easy. With just a few minutes programming they can develop classes that they can use and reuse
vbscript object oriented programming vbscript create class vbscript example tutorial object oriented programming example tutorial vbscript new

Starting Object Oriented Programming with Perl
Perl is not just a scripting language for CGI web pages. It is also a very powerful object oriented programming. Fortunately it is also very simple to use.
perl tutorial perl examples perl application development perl object oriented programming create perl class

A Brief Introduction to Object-Oriented Design
Object-oriented design is an important technique because it enables the programmer abstract information from existing objects and for classes to inherit characteristics
class object abstract abstraction class inherit inheritance class object instantiate instantiation java example tutorial java class

Adding Public and Private Methods to a Class
Methods are a vital part of any class. They enable programmers to use the objects effectively, and for objects to communicate with each other.
class object methods class instantiate object vbscript object oriented programming vbscript example tutorial windows programming

An Introduction to a Nice Programming Language
Nice is a programming language that extends Java and Java classes, but it is very simple to use. It can even add methods to a class without touching the source code.
object oriented programming oop nice programming language java class extension java optional parameters variables java tuples

Classic ASP and ASP.Net 2.0 Guide
Microsoft started developing technologies long before the internet became a household icon. Its desire to conquer the internet came in the form of Active Server Pages.
microsoft active server pages active server pages asp net object oriented programming classic asp

How to Create a C++ Class
C++ is an object oriented programming language and the concept of the class is therefore essential to a programmer.
c++ programming c++ classes c++ tutorial create a simple class c++ header cpp class

How to Create a Java Package
When using any object oriented language like Java the programmer will create classes - lots of them. A programmer can organize these classes by introducing Java packages.
java programming java class development java package object oriented programming java classpath environmental variable

How to Initialise and Terminate a VBScript Class
If a VBScript programmer adds variables to a class, they may need default values.One way to do this is to use subroutines that run when the class is initialized.
vbscript example tutorial vbscript class object vbscript class terminate initialise class_terminate class_initialize

How to Limit Movement of a Windows Games Sprite
The right image improves the look and feel of any Windows based game. However, it is essential that any sprites remain in the correct games area, and don't wander off
games programming windows on-line game object oriented programming vbscript game vbscript class object

Object Oriented Games Programming in Javascript
A programmer can create simple, but effective, games for web browsers by using Javascript. A job that's made even easier by using object oriented programming
object oriented programming javascript application programming games programming javascript class object class method properties

Programming in Simple Steps: the Class
The key to object oriented programming is understanding about classes. This straightforward article explains the concept of a class using everyday examples.
object oriented programming class and object oop class and object programming inherit inheritance instantiate class object class data members variables fields

Using a Property Let and Get in a VBScript Class
A property in a VBScript class is some much more than just a variable. A programmer can add code to the get and let statements that will control the object's operations
vbscript example tutorial object oriented programming vbscript class object vbscript property get let.property default value class property

Understanding C++ Classes Tutorial
Tutorial article for C and C++ programmers covering OO terminology, use of header files in C++ programming, classes and notation.
c++ tutorial classes object oriented oo

Creating Custom Objects
JavaScript gives you the power to defined your own classes and their instances. In this introductory article, we will see what constructors are and how to define and use the properties of a custom object.
create object custom objects creating properties define objects

How to Use the System Tray with Java
Adding a Java Application to the Windows System Tray is very easy - provided, of course, that the programmer knows which packages and classes to use.
object oriented programming java programming windows system tray icon java popup pop up menu java class package import. java image icon

Basic Java Programming Tutorial
Save time and confusion by mastering several basic concepts before diving into Java, including what makes Java unique, installing Java, and basic parts of a Java program.
basic java programming learn java programming java programming tutorials java tutorial sun

JavaScript - An Introduction
Come and see what JavaScript is all about, what it has to offer to you and what do you need to write JavaScripts. Starting with the basics of JavaScript till becoming a master at it - you have a long way to go.
javascript introduction javascript history interactivity

Object Oriented Design for C
Tutorial article for C and C++ programmers describing the OO design paradigm, and how it fits into C based languages.
c++ tutorial classes object oriented oo

OOP Programs and Methods
The use of C++ as a programming language is made much easier when using conceptual models. UML provides a common and consistent platform to do just that.
uml c++ unified modeling language conceptual design techniques for c++ using uml with c++ and java

Perl Packages - Part 4 (Functions)
Discusses about functions and how they work within packages.
perl linux programming open source function

Visual Development
The question asked me is what program should I use for game design and why?
imagination common thought catharsis game

Some of Possible Solutions to the 2000 Problem (1)
Discuses some of the possible solutions to the year 2000 problem .....
y2k milennium bug year 2000 year 2 thousand year two thousand

Abstract Data Types
In this article, we shall be discussing the concept of abstract data types – those pieces of code which embody a set of data.
programming computer programming c programming programming language learn programming

An Introduction to the Boo Programming Language
Boo is an object oriented programming with the ease of use of Python and the advantage of type inference. Why make programming harder than it need be?
boo programming language oject oriented programming oop python programming structure type inference cast variables

Analyzing Astronomical Data With AIPS++
This article discusses the AIPS++ software package for analyzing radio telescope data.
radio telescope scientific computing scientific computing scientific visualization

Hello MS Windows
C# can be used to write MS Windows applications. Find out how easy it is to write one.
microsoft windows c# programming tutorial

Object-Oriented Chemistry
This article describes how object-oriented programming concepts may be applied to computational codes.
computational chemistry object-oriented java computer science inheritance

Oh say can you C?
This article describes some of the features of the C and C++ languages that make them attractive to scientific researchers.
c c++ fortran chemistry science

A Closer Look at C# Classes - Part 1
This article looks into C# classes in more detail and covers the following topics; abstract, sealed, constructors and destructors.
construct desctructor microsoft c# abstract sealed

Abused Strings Considered Harmful
Engineers can be tempted into using strings to represent data that would be better stored in other forms. This article shows how to recognise the situation and what to do
bad use of strings bad programming abused strings considered harmful non-string data refactor

Free College Classes Online
Many colleges and universities offer classes online for free, otherwise known as Open CourseWare, without offering college credit.
online courses learning online classes online learning program free college classes online free online education

Getting Started in C++ Programming
A tutorial for getting started in C++ for programmers and non-programmers also covering object oriented design and programming theory and practice.
c++ programming how to getting started object oriented

Home Remodeling Success Tips
Successful home remodeling contractors make money because they pay attention to a set of details; whether a bath remodel, a kitchen makeover, or updating the entire home.
home remodeling success tips home remodeling contractors bath remodel kitchen makeover green sustainable building materials

How to Add a Java Applet to a Web Page
Java is one of the most commonly used programming languages and can be incorporated into any web page - by using applets.
java application programming java applet web page site design web page applet java class include

Java Variables
Learn about the basic types of Java variables, how to declare those variables, and how to assign values.
java variable global variable static variable string variable public variable

MIS Careers
Explore the rewarding career possibilities in the field of Management Information Systems, a high paying profession which is much in demand.
management information systems computer business

The Turing Programming Language
While thousands call for an apology for the treatment of Alan Turing, computer programmers can use the language inspired by the father of modern computing
alan turing turing programming language father of modern computing prime minister apology alan turing turing example tutorial

IF Programming Series, First Installment: TADS
An invitation to the IF authoring system known as TADS.
tads tads text adventures programming games


| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9 |