Posts Tagged ‘inheritance’

Working with Interfaces

In order to rectify the drawback of multiple inheritance, creators of C# have introduced a new concept called Interfaces. Java programmers may be well aware of this concept.

Read more…

Be the first to comment - What do you think?  Posted by Anand Narayanaswamy - February 8, 2009 at 11:46 pm

Categories: C#, Channels   Tags: , , ,

Understanding Inheritance in C#

The relationship between two or more classes is termed as Inheritance in an Object – Oriented Programming language. Normally there will be one class, from which the other classes may derive.

Read more…

Be the first to comment - What do you think?  Posted by Anand Narayanaswamy - February 6, 2009 at 7:56 am

Categories: C#, Channels   Tags: , ,

Arrays & Inheritance

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.

Read more…

Be the first to comment - What do you think?  Posted by Anand Narayanaswamy - January 14, 2009 at 12:18 am

Categories: Channels, Java   Tags: , ,