• Hubs
  • tagged object oriented programming

1-10 of 17 hubssort by Hot Best Latest

Figure 01 - A simple static class81

Introduction to Static Classes in Java

The static class plays an important part in Object Oriented Programming (OOP). This tutorial introduces basic concepts of static classes in the Java programming language. Figure 01 illustrates how to create...

1 comment    oop design patterns static java class
Figure 01 - Add a JFrame class to our example project80

Introduction to Event Driven Programming in Java

Event-driven programming is the paradigm on which Java GUIs (graphical user interfaces), C# GUIs and Visual Basic GUIs are based. In this tutorial we introduce the basics of event-driven programming in Java....

0 comments    education tutorial programming
use the link below to open75

The end of JavaScript hassle ?

I'm sure you like that your web pages show their rich content the way you conceived it whatever navigator is used. We'll try flex to attain this purpose.

3 comments    php method web site
76

Differences between C and C++

C and C++ both are programming languages. Actually, C++ was based on C & retains a great no of functionality. Both of them have some similarities and differences. In this page, some of the differences between...

0 comments    technology programming
isbangee profile image66

Normal class vs Abstract class vs Interface class

I have read many articles about normal class vs abstract class vs interface class i think i m cleared now on the differece b/w these 3. I think many of you also cleared about this concept but the real test for all of us is where to use them. When to use which one. I try my best to elborate these concepts.

0 comments    technology internet education
Figure 01 - A simple base class with one public member. The member is called baseClassInt.74

Java Tutorial - A Simple Introduction to Inheritance

This tutorial provides a simple introduction to the concept of inheritance in Object Oriented Programming (OOP). Using Java as our programming language, we illustrate how to create a base class and a derived...

0 comments    education tutorial programming
nicomp profile image63

Using Visual Basic to Identify Palindromic Numbers

A palindrome is a word that is the same both forward and backward. Some numbers are also palindromes. 101 is such a number. This function, written in Visual Basic, accepts an integer and returns a boolean...

0 comments    education tutorial programming
72

Writing First C/C++ Program : A tutorial of C/C++ Programming

Programming Tutorials : C/C++ Programming C/C++ programming basic is very important for learning C/C++ language. In this page, basic of C/C++ programming tutorial is presented in an explained way. It is...

4 comments    programming comments hello world
68

Understanding C++ Programming Language

C++ is one of the Object Oriented Languages, other examples of these languages include, jaza, visual basic and many others Below are basic definitions you need to know as you start your journey into the...

2 comments    programming programming language
Julaha profile image74

The C Programming Language

C is a popular computer programming language, much loved by programmers for its speed, power and compactness. Though originally designed for developing operating systems and engineering applications, C is...

4 comments    technology software computer
working