arrays | Learnxpress

Learn how to work with Arrays using C#

February 6th, 2009 Anand Narayanaswamy 0 Comments

In this article, we will take a close look on how to work with Arrays. We will also examine various Access Modifiers and how to work with command line arguments in C#. Arrays facilitate us to store a list of items of similar data type. For example, to store the names of students you can use an...



Undertanding Arrays & Inheritance using Java

January 14th, 2009 Anand Narayanaswamy 2 Comments

An Array is a similar data- type with similar values. In Java, arrays can only be of a single type like Integers, Strings, Float, Double and so on. For example, consider the following two statements 1: int array = new int [20]; means array is assigned 20 memory locations or 1: int comp[]...

Terms



Google Analytics Alternative