• Hubs
  • tagged object oriented

1-10 of 29 hubssort by Hot Best Latest

Figure 01 - A simple base class with one public member. The member is called baseClassInt.77

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
Figure 01 - A simple static class70

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    tutorial method alpha
71

Make Money Online with Paid to Click

Welcome to the world of Paid to Click (PTC). The question is, is it worth your time to earn a penny to view an ad? You are being encouraged by PTC on the premise to join expecting to earn up to five cents to...

0 comments    online make money online ads
C Language Tutorial80

Array in C programming – Programmer's view

An array in C language is a collection of similar data-type, means an array can hold value of a particular data type for which it has been declared. Arrays can be created from any of the C data-types int,...

4 comments    how to computers c programming
72

Class Variables vs Instance Variables

This is a post somewhat superficial only to take some doubts that sometimes people have between these two types of variables. Under the object oriented paradigm, classes that we created may have variables with...

0 comments    programming java variables
71

How to work with Two Dimensional Arrays in C

We know how to work with an array (1D array) having one dimension. In C language it is possible to have more than one dimension in an array. In this tutorial we are going to learn how we can use two...

2 comments    how to c programming array
76

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

Introduction to RSBot Java Programming

An introduction to a series of tutorials in RSBot Java, to understand the basics, such as OOP, methods, data types and so on. Video and text tutorials.

0 comments    programming tutorials methods
75

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
working